index
:
cerc.git
main
Cer bootstrap compiler
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove terminating semicolons
Himbeer
2024-10-20
1
-7
/
+7
*
Remove import system
Himbeer
2024-10-20
1
-3
/
+1
*
Separate types from values
Himbeer
2024-10-20
1
-2
/
+4
*
Make return expressions optional
Himbeer
2024-10-01
1
-1
/
+1
*
Make passing labels to break/continue optional
Himbeer
2024-10-01
1
-2
/
+2
*
Attach (optional) labels to blocks rather than loops
Himbeer
2024-10-01
1
-3
/
+3
*
Switch to an expression-based language design
Himbeer
2024-10-01
1
-6
/
+5
*
Add AST data structures for statements
Himbeer
2024-10-01
1
-1
/
+1
*
Make equality RHS optional
Himbeer
2024-09-25
1
-2
/
+2
*
Require enum and union tag types to be parenthesized
Himbeer
2024-09-24
1
-2
/
+2
*
Remove unnecessary parantheses
Himbeer
2024-09-23
1
-1
/
+1
*
Merge array and slice grammar definitions
Himbeer
2024-09-21
1
-7
/
+5
*
Reorder type variants in grammar
Himbeer
2024-09-21
1
-3
/
+5
*
Remove the 'pub' keyword
Himbeer
2024-09-21
1
-4
/
+2
*
Make (extern) function return types optional
Himbeer
2024-09-20
1
-2
/
+3
*
Define syntax for specifying enum tag types
Himbeer
2024-09-15
1
-1
/
+1
*
Rename block children from body to command
Himbeer
2024-09-15
1
-2
/
+2
*
Fix non-initial import statements being valid according to grammar
Himbeer
2024-09-15
1
-2
/
+2
*
Merge INTEGER and FLOAT tokens into NUMBER token
Himbeer
2024-09-15
1
-4
/
+5
*
Accomodate doc comments in grammar
Himbeer
2024-09-12
1
-2
/
+5
*
Make identifiers / paths sequences of names delimited by ::
Himbeer
2024-09-12
1
-4
/
+6
*
Add boolean value keywords
Himbeer
2024-09-12
1
-1
/
+2
*
Add missing "for" keyword to loop grammar rule
Himbeer
2024-09-12
1
-1
/
+1
*
Make number type postfix
Himbeer
2024-09-12
1
-1
/
+1
*
Treat builtin types as keywords during lexical analysis
Himbeer
2024-09-12
1
-6
/
+6
*
Add boolean algebra to the grammar
Himbeer
2024-09-11
1
-1
/
+4
*
Add boolean AND and OR to the grammar
Himbeer
2024-09-11
1
-1
/
+4
*
Add module system to grammar
Himbeer
2024-09-11
1
-13
/
+15
*
Initial commit
Himbeer
2024-09-11
1
-0
/
+76