aboutsummaryrefslogtreecommitdiff
path: root/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* compile under new clangHimbeerserverDE2023-09-171-3/+3
* remove the useless trait 'Parsable'Simon Thoby2023-03-181-40/+22
* reduce the amount of unsafe codeSimon Thoby2023-02-261-8/+9
* Re-implement set supportSimon THOBY2023-01-081-273/+7
* re-impl the ct expressionSimon THOBY2022-12-091-0/+3
* re-impl the cmp expressionSimon THOBY2022-12-091-0/+3
* add the payload and nat expressionsSimon THOBY2022-12-071-0/+33
* Macros: introduce a macro to simplify enumsSimon THOBY2022-12-051-7/+3
* convert the expressions to the new macrosSimon THOBY2022-12-031-190/+0
* re-add the reject expression typeSimon THOBY2022-12-031-0/+6
* refactor to remove the enum AttributeTypeSimon THOBY2022-12-021-168/+198
* exprs: implement bitwise and add support for unknown expressionsSimon THOBY2022-11-151-6/+7
* wip: exprsSimon THOBY2022-11-131-52/+65
* fix the generation of nested attributesSimon THOBY2022-11-121-51/+56
* re-add support for querying chainsSimon THOBY2022-11-121-38/+77
* Improved parsing with even more macrosSimon THOBY2022-11-111-54/+139
* (re-)add table listingSimon THOBY2022-11-081-17/+19
* special case the handling of batch messagesSimon THOBY2022-10-021-21/+26
* Add some initial support for tests with the full-rust engineSimon THOBY2022-10-021-15/+13
* add some trivial serialization/deserialization support in RustSimon THOBY2022-09-251-0/+453