issues
search
TheDan64
/
limonite
[WIP] Compiler for the Limonite programming language.
Apache License 2.0
15
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Indentation reform
#27
DanCardin
closed
9 years ago
1
Fixed unit tests that the Consts to Literals rename broke.
#26
TheDan64
closed
9 years ago
0
Wrote preliminary & compilable codegen for a basic print function.
#25
TheDan64
closed
9 years ago
0
Indentation reform
#24
DanCardin
closed
9 years ago
0
Got LLVM String allocation and print call compilable.
#23
TheDan64
closed
9 years ago
0
Add fault tolerance on Errors
#22
DanCardin
opened
9 years ago
0
Indentation reform
#21
DanCardin
closed
9 years ago
0
Revert "Add support for variable and definition declarations"
#20
TheDan64
closed
9 years ago
0
Add non-immediate variable initialization
#19
DanCardin
closed
2 years ago
0
Add comma seperated support for variable declarations on one line
#18
DanCardin
opened
9 years ago
5
Add support for variable and definition declarations
#17
DanCardin
closed
9 years ago
0
Lexer uses nth
#16
DanCardin
closed
9 years ago
4
Port of rustc's llvm bindings to llvm_sys bindings.
#15
TheDan64
closed
9 years ago
0
Parser cleanup
#14
DanCardin
closed
9 years ago
0
Added LLVM support for fn calls.
#13
TheDan64
closed
9 years ago
0
Moved llvm setup to main. Simplified parser code and tests.
#12
TheDan64
closed
9 years ago
0
Finish function call parsing with generic collect
#11
DanCardin
closed
9 years ago
0
Fix all the failing tests and remove from_str
#10
DanCardin
closed
9 years ago
0
Redo how lookahead works
#9
DanCardin
closed
9 years ago
0
Moved the boxing of Exprs into the ExprWrapper constructor to save space.
#8
TheDan64
closed
9 years ago
0
Numeric parsing complete
#7
TheDan64
closed
9 years ago
0
If & Expression parsing completed.
#6
TheDan64
closed
9 years ago
0
Added indentation checking.
#5
TheDan64
closed
9 years ago
0
Parse fn
#4
TheDan64
closed
9 years ago
0
Hide all warnings and remove unnecessary mut usage
#3
DanCardin
closed
9 years ago
0
Initial parse_fn code
#2
TheDan64
closed
9 years ago
0
Write print
#1
TheDan64
closed
9 years ago
0
Previous