Age | Commit message (Expand) | Author |
---|---|---|
2024-11-18 | cgo: support function-like macros | Ayke van Laethem |
2024-11-18 | cgo: define idents referenced only from macros | Ayke van Laethem |
2024-06-07 | cgo: implement shift operations in preprocessor macros | Ayke van Laethem |
2023-01-12 | cgo: add support for bitwise operators | Ayke van Laethem |
2021-05-21 | cgo: implement prefix parsing | Ayke van Laethem |
2021-05-21 | cgo: parse binary operators | Ayke van Laethem |
2021-05-21 | cgo: create skeleton of a Pratt parser | Ayke van Laethem |
2020-01-03 | cgo: fix a bug in number tokenization | Ayke van Laethem |
2020-01-03 | cgo: add support for symbols | Ayke van Laethem |
2019-11-05 | cgo: implement the constant parser as a real parser | Ayke van Laethem |
2019-11-05 | cgo: refactor constant expressions | Ayke van Laethem |