Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | helper function in scanner and corresponding edits to parserBase | VoR0220 | 2016-03-31 | 1 | -0/+3 |
| | |||||
* | change lexical cast to unsigned int | VoR0220 | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Fix for Token::name and token::toString | VoR0220 | 2016-03-31 | 1 | -4/+3 |
| | |||||
* | Remove timestamp again and some fixes for ufixed parsing. | chriseth | 2016-03-12 | 1 | -14/+18 |
| | |||||
* | added keyword type and some tests, changes in lexical cast | RJ Catalano | 2016-03-12 | 1 | -8/+8 |
| | |||||
* | stylistic change, and got lexical cast to work with an iterator range | RJ Catalano | 2016-03-12 | 1 | -4/+5 |
| | |||||
* | changed documentation and using lexical cast | RJ Catalano | 2016-03-12 | 1 | -6/+2 |
| | |||||
* | changed extractUnsigned to handle iterators rather than a string | RJ Catalano | 2016-03-12 | 1 | -4/+4 |
| | |||||
* | changed 1 to 0 in invalid argument catch block | RJ Catalano | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | added from identifier or keyword handling of fixed types | RJ Catalano | 2016-03-12 | 1 | -2/+32 |
| | |||||
* | further optimization, splitting function into pieces | RJ Catalano | 2016-02-19 | 1 | -14/+16 |
| | | | | generating strings on the fly, changed name, and added two tests | ||||
* | added const correctness to extract functions in Token | RJ Catalano | 2016-02-19 | 1 | -88/+23 |
| | | | | | | | | | | 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 | -29/+93 |
| | | | | fromIdentifierOrKeyword, and made complementary changes in scanner and parser | ||||
* | tests added and changes made | RJ Catalano | 2016-02-19 | 1 | -31/+52 |
| | | | | | | 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 | -1/+39 |
| | | | | | | | | 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/+100 |