aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Preprocessor: Apply JSR305; use getMacro everywhere.Shevek2014-01-191-47/+52
|
* Better numeric base handling. Fix typos in error messages.Shevek2014-01-183-31/+90
|
* Bump version for next release.Shevek2014-01-171-1/+1
|
* Fix handling of negative exponents.Shevek2014-01-173-9/+27
|
* Update README.Shevek2014-01-171-0/+7
|
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-176-36/+182
|
* Build system: Support cobertura and github-pages.Shevek2014-01-155-9/+6
|
* Preprocessor: Look at include_next; some null-guards.Shevek2013-12-282-8/+15
|
* Implement varargs macros, courtesy ochafikShevek2013-12-284-3/+43
|
* Fix #pragma once.Shevek2013-12-286-77/+145
|
* 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-282-19/+41
|
* Buildfile: Choose final maven coordinates.Shevek2013-12-282-2/+2
|
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-27111-7877/+6690
| | | | | Rewrite build system to use gradle. Clean up source for the new generation.
* LexerSourceTestCase: Check token offsets to detect bug spotted in jnaerator ↵Shevek2013-11-041-0/+3
| | | | edition.
* Add missing directories to git.Shevek2013-11-042-0/+0
|
* StringLexerSource doesn't need to throw IOException.Shevek2013-11-041-4/+2
|
* Test cases for single-quoted string.Shevek2012-09-042-3/+5
|
* Support single-quoted strings properly, as a variant of 'character'.Shevek2012-09-043-3/+19
|
* NumericValue: Allow floating point numbers.Shevek2012-04-017-67/+292
|
* Add .gitignore for Java (much easier than C!)Shevek2012-01-281-0/+1
|
* Reformat README.Shevek2012-01-281-5/+8
|
* Add README.Shevek2012-01-281-0/+10
|
* Make ant task work a lot better.Shevek2011-07-087-154/+299
|
* Add nested-comment test caseShevek2011-01-201-0/+1
|
* bumpShevek2011-01-191-1/+1
|
* Fix some lexer bugsShevek2011-01-192-6/+26
|
* update asm for new coberturaShevek2011-01-193-0/+0
|
* Fix line offsets in read after unget.Shevek2011-01-191-6/+14
|
* update cobertura to 1.9.3Shevek2011-01-191-0/+0
|
* feature requests from ochafikShevek2009-04-235-12/+79
|
* fix widening macro caseShevek2009-04-084-3/+32
|
* allow @ as a token for objective CShevek2009-03-311-0/+3
|
* Fix comments in macros. Fix EOF killing jcpp. Allow macros after whitespace.Shevek2009-03-313-4/+25
|
* stop OOBE on high charsShevek2009-02-062-2/+2
|
* start on objcShevek2009-02-068-8/+77
|
* remove quadratic getName; close lexers; add debug flagsShevek2008-06-149-38/+185
|
* extend testing a bitShevek2008-06-132-1/+7
|
* handle errors better, using featuresShevek2008-06-136-26/+49
|
* implement Feature.CSYNTAX, Feature.KEEPCOMMENTS, etcShevek2008-06-139-48/+56
|
* new error propagation mechanism; add include listShevek2008-06-116-137/+213
|
* change return types on VFS methodsShevek2008-06-062-4/+4
|
* test vfs a bitShevek2008-06-065-21/+47
|
* implement VFS properlyShevek2008-06-0610-21/+237
|
* update licenseShevek2008-06-0326-686/+503
|
* bumpShevek2008-05-311-1/+1
|
* make vfiles work betterShevek2008-05-314-31/+40
|
* javadoc; more warning checksShevek2008-05-185-22/+181
|
* minor patches for 1.2.1 releaseShevek2008-05-183-4/+5
|