fab85d4210
Remove the kludges introduced to make the parser work with the copy on write IR. Now everything is done bottom up, finshing node children completely before node parents. The repeated non-functional pattern 'node = node.setSomething(something);' is gone. Resulting code is much more readable, and extensible for future work. The parser is now also consistent with the rest of the stateless copy-on-write world in code generation. Reviewed-by: lagergren, attila, hannesw, shade
31 lines
331 B
Plaintext
31 lines
331 B
Plaintext
syntax: glob
|
|
|
|
^.hgtip
|
|
build/*
|
|
dist/*
|
|
/nbproject/private/
|
|
private.xml
|
|
private.properties
|
|
^webrev
|
|
.classpath
|
|
*.class
|
|
*.clazz
|
|
*.log
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
genfiles.properties
|
|
hotspot.log
|
|
.DS_Store*
|
|
TEST-*.xml
|
|
TESTS-*.xml
|
|
report.xml
|
|
CC/*
|
|
jcov2/*
|
|
.idea/*
|
|
test/lib/testng.jar
|
|
test/script/external/*
|
|
.project
|
|
.externalToolBuilders/*
|
|
.settings/*
|