Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup & polish numbers-with-underscores parsing, also improving tests. | Christian Parpart | 2018-08-08 | 1 | -29/+31 |
| | |||||
* | Add stricter hex underscore rules | Balajiganapathi S | 2018-08-08 | 1 | -16/+19 |
| | |||||
* | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 1 | -2/+26 |
| | |||||
* | Disallow trailing dots that are not followed by a number | Leonardo Alt | 2018-05-30 | 1 | -1/+7 |
| | |||||
* | Remove two other fall-through cases in Parser | Alex Beregszaszi | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Disallow octal literals. | chriseth | 2017-03-07 | 1 | -0/+3 |
| | |||||
* | parser: recognize an end of comment of the form `**/` at the end of a ↵ | Yoichi Hirai | 2016-12-01 | 1 | -1/+6 |
| | | | | | | multi-line doc comment This fixes #1433 | ||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Introduce hex literals (#832) | Alex Beregszaszi | 2016-08-16 | 1 | -0/+35 |
| | | | | | | | | | | * Introduce hex keyword token * Support hex literals * Include tests for hex literals * Document hex literals | ||||
* | Rename addUnicodeChar to addUnicodeAsUTF8 | Alex Beregszaszi | 2016-08-05 | 1 | -2/+2 |
| | |||||
* | Support Unicode escape characters in string literals ('\uUUUU') | Alex Beregszaszi | 2016-08-05 | 1 | -0/+43 |
| | | | | Fixes #638 | ||||
* | added const correctness to extract functions in Token | RJ Catalano | 2016-02-19 | 1 | -4/+4 |
| | | | | | | | | | | optimizations added in more elegant solution created for m declaration ubuntu wants to get rid of 0 <= first statement...so I will change returnToken to token | ||||
* | added two functions in Token to handle long identifiers, redid ↵ | RJ Catalano | 2016-02-19 | 1 | -6/+8 |
| | | | | fromIdentifierOrKeyword, and made complementary changes in scanner and parser | ||||
* | tests added and changes made | RJ Catalano | 2016-02-19 | 1 | -20/+11 |
| | | | | | | fixed some silly problems in Token.cpp windows error fix | ||||
* | changes to redefine the token list, the scanner, and the parser and how they ↵ | RJ Catalano | 2016-02-19 | 1 | -12/+25 |
| | | | | | | | | pass around variable types of different sizes not ready for change to FixedPoint just yet made this more const correct and added a switch statement for easier reading | ||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+771 |