summaryrefslogtreecommitdiff
path: root/src/compiler/compiler.lm
Commit message (Collapse)AuthorAge
* tmpir-wipJari Vetoniemi2019-03-07
|
* remote work commitJari Vetoniemi2018-10-19
|
* compiler: save some bytesJari Vetoniemi2018-10-11
| | | | | When doing IO operation on field, ignore the calculation for field register if index == 0, as the offset is already enough.
* push for remote workJari Vetoniemi2018-10-11
|
* types: handle raw string bytesJari Vetoniemi2018-09-28
|
* compiler: print the ast tree more nicelyJari Vetoniemi2018-09-27
|
* compiler: make endianess a filterJari Vetoniemi2018-09-27
| | | | | | | | endianess is just a bunch of bitflips anyways syntax for this is harmful as sometimes the files describe endianess itself thus filter is more flexible. Also, make it possible to filter non variable declarations as well.
* expr: apparently strings are streams tooJari Vetoniemi2018-09-27
| | | | rename collapsestr and collapse to just stream
* compiler: implement enum countingJari Vetoniemi2018-09-27
|
* remove type::name add endianess supportJari Vetoniemi2018-09-26
| | | | | type::name is too agressive as it clashes with keywords use reference::variable::type and reference::function::type instead
* Indicate fields with slices in outputJari Vetoniemi2018-09-26
|
* More parsing fixes for the fspec files I haveJari Vetoniemi2018-09-26
|
* Print out select expression informationJari Vetoniemi2018-09-26
|
* Add some commentsJari Vetoniemi2018-09-26
|
* Fix some parsing mistakesJari Vetoniemi2018-09-26
|
* Goodbye C compiler, hello colm compilerJari Vetoniemi2018-09-26