]> git.mdlowis.com Git - proto/sclpl.git/commit
Refactored libparse to use a single header and removed unused tree_walker types
authorMike D. Lowis <mike.lowis@gentex.com>
Fri, 2 Oct 2015 18:21:37 +0000 (14:21 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Fri, 2 Oct 2015 18:21:37 +0000 (14:21 -0400)
commit5c4f807b6e3c90b7a76ea6369e61c9cd91842802
tree5d5d1200869db60b5a803a99691166b3143ab9bf
parent5ec856dae112945331638088ef881913d88a21a5
Refactored libparse to use a single header and removed unused tree_walker types
13 files changed:
source/libparse/grammar.c
source/libparse/grammar.h [deleted file]
source/libparse/lexer.c
source/libparse/lexer.h [deleted file]
source/libparse/libparse.h [new file with mode: 0644]
source/libparse/parser.c
source/libparse/parser.h [deleted file]
source/libparse/tree.c
source/libparse/tree.h [deleted file]
source/sclpl/codegen.c
source/sclpl/main.c
source/sclpl/ops.c
source/sclpl/pprint.h