mooigraph a8fcbe133e update paccrat.org 2 years ago
..
Makefile.am f62d9ce403 initial 2 years ago
README.md f62d9ce403 initial 2 years ago
arg.c a8fcbe133e update paccrat.org 2 years ago
arg.h f62d9ce403 initial 2 years ago
boot.c f62d9ce403 initial 2 years ago
cook.c f62d9ce403 initial 2 years ago
cook.h f62d9ce403 initial 2 years ago
emit.c f62d9ce403 initial 2 years ago
emit.h f62d9ce403 initial 2 years ago
error.c f62d9ce403 initial 2 years ago
error.h f62d9ce403 initial 2 years ago
lindent.sh f62d9ce403 initial 2 years ago
load.c f62d9ce403 initial 2 years ago
load.h f62d9ce403 initial 2 years ago
main.c f62d9ce403 initial 2 years ago
mem.c f62d9ce403 initial 2 years ago
mem.h f62d9ce403 initial 2 years ago
pacc.tmpl f62d9ce403 initial 2 years ago
pacc0.c f62d9ce403 initial 2 years ago
preen.c f62d9ce403 initial 2 years ago
preen.h f62d9ce403 initial 2 years ago
sugar.c f62d9ce403 initial 2 years ago
sugar.h f62d9ce403 initial 2 years ago
syntax.c f62d9ce403 initial 2 years ago
syntax.h f62d9ce403 initial 2 years ago
template.c f62d9ce403 initial 2 years ago
template.h f62d9ce403 initial 2 years ago
template.sh f62d9ce403 initial 2 years ago
utf8.c f62d9ce403 initial 2 years ago
utf8.h f62d9ce403 initial 2 years ago

README.md

paccgpl-src

This is a description of the source files
arg.c -- handles commandline options
boot.c -- code to start pacc
cook.c -- prepares the grammar
main.c -- runs the parser generation
pacc0.c -- the initial parser of paccgpl itself
pacc.tmpl -- editable pacc parser code
preen.c -- checks the grammar
sugar.c -- transforms the grammar
syntax.c -- manipulates the grammar and print
utf8.c -- utf8 char handling