Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lexer: even dashes can be in a NAME. | Trygve Laugstøl | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | parser/lexer: | Trygve Laugstøl | 2016-07-17 | 1 | -1/+2 |
| | | | | | | | o Support special '/DISCARD/' as NAME. o Add 'SORT' as a token. It is equivalent with SORT_BY_NAME. The new rule sort_by_name coverts both. Ld: o Don't die on unknown sections, they can be referenced before declared. Doesn't matter for this app anyway. | ||||
* | parser/lexer: Adding license info. | Trygve Laugstøl | 2016-07-17 | 1 | -0/+22 |
| | |||||
* | o Working version that can take the data from the LD script. Only tested ↵ | Trygve Laugstøl | 2016-07-16 | 1 | -1/+1 |
| | | | | | | with the Intel Quark D2000 LD script. lexer: Allowing capital X in hex numbers too. | ||||
* | o Initial import of code from intel d2000 playground. | Trygve Laugstøl | 2016-07-16 | 1 | -0/+209 |