aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Handle framework includes.Shevek2014-09-111-0/+9
|
* Handle conditionals in preprocessor statements.Shevek2014-09-112-3/+16
|
* LexerSource: Handle invalid number as a single INVALID token and don't ↵Shevek2014-09-113-15/+44
| | | | consume the entire line.
* Preprocessor: Fix SQSTRING.Shevek2014-09-102-6/+16
|
* Modernize: Use slf4j and joptsimple.Shevek2014-09-109-258/+149
|
* NetBeans refactorings to standardize codebase.Shevek2014-09-1025-415/+375
|
* Fix #18: Give access to list of includes.Shevek2014-09-101-1/+15
|
* Use errorprone and bump.Shevek2014-09-093-1/+3
|
* Fix #16: NPE on unterminated ifdef.Shevek2014-09-093-15/+55
|
* Fix #15.Shevek2014-09-083-5/+26
|
* bumpShevek2014-02-071-1/+1
|
* Fix #11: Make getPath() public.Shevek2014-02-073-3/+3
|
* Fix #13: Negative constants are not in the C99 standard.Shevek2014-02-057-41/+30
|
* Use gradle-velocity-task.Shevek2014-01-2914-152/+110
| | | | | Update PreprocessorListener to be an interface. Make Source.getName() public.
* Finally fix octal floating point.Shevek2014-01-192-43/+38
|
* 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
|