Added new build system

This commit is contained in:
Dan Hirsch 2013-07-10 21:32:05 +02:00
commit b0f567c090
27 changed files with 2255 additions and 217 deletions

View file

@ -1,3 +1,4 @@
# -*- python -*-
Import('env')
parsers = ['parsers/%s.c'%s for s in
@ -27,7 +28,7 @@ parsers = ['parsers/%s.c'%s for s in
'xor']]
backends = ['backends/%s.c' % s for s in
['packrat', 'llk', 'regex']]
['packrat', 'llk', 'regex', 'glr', 'lalr', 'lr', 'lr0']]
misc_hammer_parts = [
'allocator.c',