index
:
cer-bootstrap.git
main
Bootstrap compiler for the Cer programming language.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add basic type system with only integers
Himbeer
2024-09-06
1
-4
/
+12
*
Fix invalid top-level declaration errors causing a deadlock
Himbeer
2024-09-05
1
-5
/
+11
*
Fix IL generation error handling being unreliable
Himbeer
2024-09-05
1
-1
/
+0
*
Switch to signature-based extern function declarations
Himbeer
2024-09-05
1
-49
/
+140
*
Require extern functions to be declared
Himbeer
2024-09-04
1
-7
/
+20
*
Remove redundant if statement
Himbeer
2024-09-01
1
-3
/
+0
*
Implement remainder operator and assignment statement
Himbeer
2024-09-01
1
-1
/
+54
*
Add support for arithmetic assignment statements
Himbeer
2024-09-01
1
-0
/
+168
*
Allow the use of local variables in expressions
Himbeer
2024-08-30
1
-1
/
+27
*
Remove the "assign" keyword from assignment syntax
Himbeer
2024-08-30
1
-14
/
+20
*
Add support for assignments to mutables
Himbeer
2024-08-30
1
-0
/
+37
*
Fix functionExpr line numbers not being set
Himbeer
2024-08-30
1
-0
/
+2
*
Add support for local constant and variable declarations
Himbeer
2024-08-30
1
-5
/
+102
*
Implement function calls
Himbeer
2024-08-30
1
-0
/
+67
*
Make number literal types postfix
Himbeer
2024-08-30
1
-15
/
+8
*
Add REUSE compliant licensing information
Himbeer
2024-08-30
1
-0
/
+4
*
Initial commit
Himbeer
2024-08-30
1
-0
/
+766