Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | native.c: fix warnings | Jari Vetoniemi | 2019-02-25 |
| | |||
* | remote work commit | Jari Vetoniemi | 2018-10-19 |
| | |||
* | compiler: save some bytes | Jari Vetoniemi | 2018-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 work | Jari Vetoniemi | 2018-10-11 |
| | |||
* | expr: parsing fixes | Jari Vetoniemi | 2018-10-07 |
| | |||
* | native.c: micro-optimize operator stack | Jari Vetoniemi | 2018-09-28 |
| | | | | uses less memory | ||
* | native.c: add some asserts and errors | Jari Vetoniemi | 2018-09-28 |
| | |||
* | types: handle raw string bytes | Jari Vetoniemi | 2018-09-28 |
| | |||
* | expr: fix || and && operations | Jari Vetoniemi | 2018-09-28 |
| | |||
* | expr: add missing modulo operation | Jari Vetoniemi | 2018-09-28 |
| | |||
* | compiler: print the ast tree more nicely | Jari Vetoniemi | 2018-09-27 |
| | |||
* | compiler: make endianess a filter | Jari Vetoniemi | 2018-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 too | Jari Vetoniemi | 2018-09-27 |
| | | | | rename collapsestr and collapse to just stream | ||
* | compiler: implement enum counting | Jari Vetoniemi | 2018-09-27 |
| | |||
* | implement the binary number type | Jari Vetoniemi | 2018-09-27 |
| | |||
* | share lex blocks between functions and references | Jari Vetoniemi | 2018-09-26 |
| | |||
* | types.lm: use lex blocks | Jari Vetoniemi | 2018-09-26 |
| | | | | So the matcher wont include the tokens used by other tokens | ||
* | New makefile | Jari Vetoniemi | 2018-09-26 |
| | |||
* | fix some parsing bugs | Jari Vetoniemi | 2018-09-26 |
| | |||
* | remove type::name add endianess support | Jari Vetoniemi | 2018-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 output | Jari Vetoniemi | 2018-09-26 |
| | |||
* | More parsing fixes for the fspec files I have | Jari Vetoniemi | 2018-09-26 |
| | |||
* | Print out select expression information | Jari Vetoniemi | 2018-09-26 |
| | |||
* | Add some comments | Jari Vetoniemi | 2018-09-26 |
| | |||
* | Fix some parsing mistakes | Jari Vetoniemi | 2018-09-26 |
| | |||
* | Goodbye C compiler, hello colm compiler | Jari Vetoniemi | 2018-09-26 |