aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/anarres/cpp/LexerSource.java
Commit message (Expand)AuthorAgeFilesLines
* LexerSource: Comment escape()Shevek2015-06-151-0/+7
* Improve javadoc.Shevek2015-04-151-4/+17
* LexerSource: Handle invalid number as a single INVALID token and don't consum...Shevek2014-09-111-6/+10
* NetBeans refactorings to standardize codebase.Shevek2014-09-101-1/+0
* Fix #15.Shevek2014-09-081-0/+6
* Fix #13: Negative constants are not in the C99 standard.Shevek2014-02-051-18/+13
* Finally fix octal floating point.Shevek2014-01-191-39/+27
* Better numeric base handling. Fix typos in error messages.Shevek2014-01-181-19/+58
* Fix handling of negative exponents.Shevek2014-01-171-9/+14
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-171-26/+59
* Fix floating point lexing: Missing chars and bad token stream.Shevek2013-12-281-1/+7
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-271-0/+910