aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cleaning.HEADmasterTrygve Laugstøl2016-07-266-59/+91
|
* lexer/parser:Trygve Laugstøl2016-07-174-47/+76
| | | | | | | | | | | o Renaming the ASSERT_K token to ASSERT. o Fixing a bug in the NAME regex where underscored where not allowed in certain names. o All ASSERT statements use string instead of NAME. o Improving STRING_ANY, allow many non-quote tokens instead of just one. Can probably replace the entire string rule with STRING_ANY now. o Fixing naming of '!', "~" and "?" operators. Ld: o Implement support for multiplication and division operators. o Better error messages.
* lexer: even dashes can be in a NAME.Trygve Laugstøl2016-07-171-1/+1
|
* elfinfo: Better error messages.Trygve Laugstøl2016-07-171-1/+1
|
* parser/lexer:Trygve Laugstøl2016-07-175-14/+74
| | | | | | | 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.
* o Adding a tool to process a bunch of ld script and summarize the trial.Trygve Laugstøl2016-07-173-0/+27
|
* parser/lexer: Adding license info.Trygve Laugstøl2016-07-172-0/+44
|
* parser: Cleaning up everything from the original file.Trygve Laugstøl2016-07-171-1133/+458
|
* o Catch at least std exceptions to show a error message that can start to ↵Trygve Laugstøl2016-07-171-0/+2
| | | | explain why it failed.
* o Working version that can take the data from the LD script. Only tested ↵Trygve Laugstøl2016-07-168-199/+303
| | | | | | 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øl2016-07-168-0/+2153