summaryrefslogtreecommitdiff
path: root/src/Language/Fiddle/Compiler/Backend/C.hs
Commit message (Expand)AuthorAge
* Add metadata information to the BitsSubStructure and compile it correctly.Josh Rahm2024-11-27
* Added syntax for skip_to and buffer.Josh Rahm2024-11-26
* Fix bug where superfluous index argument was added to getters.Josh Rahm2024-10-29
* Enforce that registers are either 8, 16, 32, or 64 bits.Josh Rahm2024-10-27
* Finish implementing alpha-version of the C-backend.Josh Rahm2024-10-27
* C backend now implmeents some enumsJosh Rahm2024-10-24
* Implement bitfield arrays.Josh Rahm2024-10-22
* Change the AST to use Names instead of Identifiers for ObjDecls and BitsDeclsJosh Rahm2024-10-19
* Provide more data during qualification about how a path is qualified.Josh Rahm2024-10-19
* Add ContExpression syntax tree.Josh Rahm2024-10-17
* Add framework for more easily editing files.Josh Rahm2024-10-16
* Start implementing a bunch of the C backend.Josh Rahm2024-10-13
* Further implement C backend.Josh Rahm2024-10-11
* Replace all the qualification metadata with 'When (s .>= Qualified)'Josh Rahm2024-10-11
* Add backend support and start implementing a C backend.oJosh Rahm2024-10-10