]> git.mdlowis.com Git - proto/sclpl.git/commit
Started reworking the grammar to use an item stack to build the syntax trees
authorMike D. Lowis <mike.lowis@gentex.com>
Tue, 6 Oct 2015 18:59:45 +0000 (14:59 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Tue, 6 Oct 2015 18:59:45 +0000 (14:59 -0400)
commitf32c7682d6fa5f2e794a9819354037658849fb61
tree0f45e576340f71ea8d67faab84326ca1f73d8dfd
parenta94dd2d9e01cdcbc1ca0d20950a68be187eca675
Started reworking the grammar to use an item stack to build the syntax trees
source/libparse/ast.c [new file with mode: 0644]
source/libparse/grammar.c
source/libparse/lexer.c
source/libparse/libparse.h
source/libparse/parser.c
source/libparse/tree.c
source/sclpl/codegen.c
source/sclpl/main.c
source/sclpl/ops.c
source/sclpl/pprint.c