index
:
fiddle.git
main
wip
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Language
/
Fiddle
/
Compiler
/
Qualification.hs
Commit message (
Expand
)
Author
Age
*
Added syntax for skip_to and buffer.
Josh Rahm
2024-11-26
*
regression: using statements not working properly. Fixed.
Josh Rahm
2024-10-28
*
Enforce that registers are either 8, 16, 32, or 64 bits.
Josh Rahm
2024-10-27
*
Implement bitfield arrays.
Josh Rahm
2024-10-22
*
Change the AST to use Names instead of Identifiers for ObjDecls and BitsDecls
Josh Rahm
2024-10-19
*
Provide more data during qualification about how a path is qualified.
Josh Rahm
2024-10-19
*
Add ContExpression syntax tree.
Josh Rahm
2024-10-17
*
Start implementing a bunch of the C backend.
Josh Rahm
2024-10-13
*
Change 'Expression' to use numbers with units.
Josh Rahm
2024-10-11
*
Further implement C backend.
Josh Rahm
2024-10-11
*
Change register identifiers to Guarantee a value in qualification.
Josh Rahm
2024-10-11
*
Replace all the qualification metadata with 'When (s .>= Qualified)'
Josh Rahm
2024-10-11
*
Prefer GADT's over typ families for some SyntaxTree elements.
Josh Rahm
2024-10-11
*
Implement qualification.
Josh Rahm
2024-10-05
*
Clean up warnings and remove unused files.
Josh Rahm
2024-10-03
*
Wip: added -Wall
Josh Rahm
2024-10-03
*
Make changes to AST for qualification step.
Josh Rahm
2024-10-03
*
Add empty qualification stage.
Josh Rahm
2024-10-03