index
:
reference-compiler
main
the reference compiler for the Crowbar language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crowbar_reference_compiler
Age
Commit message (
Collapse
)
Author
Lines
2020-12-28
implement '\n'
Melody Horn
-0
/
+2
2020-12-28
implement while loops
Melody Horn
-1
/
+29
2020-12-28
retain function call return value
Melody Horn
-4
/
+7
2020-12-28
make different incorrect assumptions about types
Melody Horn
-1
/
+8
2020-12-23
fix some typing edge cases
Melody Horn
-2
/
+2
2020-12-23
implement a bunch more stuff
Melody Horn
-18
/
+295
2020-11-05
add some more instructions
Melody Horn
-24
/
+86
2020-11-05
fix type checking
Melody Horn
-0
/
+1
2020-11-05
compile based on the fancy new AST
Melody Horn
-131
/
+117
2020-11-05
test AST with the full power of our scdoc translation
Melody Horn
-38
/
+245
2020-11-04
switch from specific declarations to generic AST
Melody Horn
-277
/
+438
2020-11-04
preserve more info about declarations
Melody Horn
-16
/
+164
2020-11-04
add ability to extract declarations from file
Melody Horn
-1
/
+132
2020-11-04
bump to version 0.0.5
Melody Horn
-1
/
+1
2020-11-04
add more arguments to behave more like gcc
Melody Horn
-3
/
+9
2020-11-04
bring in updates to spec
Melody Horn
-175
/
+186
2020-10-25
add octal literals
Melody Horn
-1
/
+1
2020-10-25
add fragile keyword
Melody Horn
-1
/
+1
2020-10-25
drop ZWJ et al from identifiers
Melody Horn
-1
/
+1
2020-10-25
don't print header names
Melody Horn
-1
/
+0
2020-10-25
it helps if you write out the correct thing
Melody Horn
-2
/
+2
2020-10-25
do more than just emit QBE IR
Melody Horn
-5
/
+36
2020-10-25
add crowbarc-reference script
Melody Horn
-0
/
+26
2020-10-24
oh right, mypy
Melody Horn
-2
/
+2
2020-10-24
compile "hello, world" at least
Melody Horn
-0
/
+126
2020-10-14
throw early draft of parser into the world
Melody Horn
-0
/
+278