aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/anarres/cpp/NumericValueTest.java
Commit message (Expand)AuthorAgeFilesLines
* LexerSource: Fix handling of numeric values with explicit positive exponents.Shevek2019-08-191-0/+1
* NetBeans refactorings to standardize codebase.Shevek2014-09-101-2/+0
* Fix #13: Negative constants are not in the C99 standard.Shevek2014-02-051-6/+6
* Finally fix octal floating point.Shevek2014-01-191-4/+11
* Better numeric base handling. Fix typos in error messages.Shevek2014-01-181-4/+13
* Fix handling of negative exponents.Shevek2014-01-171-0/+4
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-171-0/+77