aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of negative exponents.Shevek2014-01-172-9/+23
|
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-173-36/+92
|
* Preprocessor: Look at include_next; some null-guards.Shevek2013-12-282-8/+15
|
* Implement varargs macros, courtesy ochafikShevek2013-12-281-0/+7
|
* Fix #pragma once.Shevek2013-12-283-73/+116
|
* Lots of findbugs markers.Shevek2013-12-282-26/+43
|
* Mark include() as protected to allow jnaerator to call it.Shevek2013-12-281-2/+2
|
* Fix floating point lexing: Missing chars and bad token stream.Shevek2013-12-281-1/+7
|
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-2731-0/+6150
Rewrite build system to use gradle. Clean up source for the new generation.