Added new build system
This commit is contained in:
commit
b0f567c090
27 changed files with 2255 additions and 217 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue