index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2019-09-27
started to add named return values
Leo Tenenbaum
2019-09-23
fixed block arr
Leo Tenenbaum
2019-09-22
malloc => err_malloc
Leo Tenenbaum
2019-09-21
fixed a bit of parsing
Leo Tenenbaum
2019-09-21
added float builtin and check for decl self-reference
Leo Tenenbaum
2019-09-19
added arg type checking
Leo Tenenbaum
2019-09-18
improved fn params
Leo Tenenbaum
2019-09-07
a few more things
Leo Tenenbaum
2019-09-01
#C directive
Leo Tenenbaum
2019-09-01
trying to get unicode idents to work
Leo Tenenbaum
2019-09-01
improved the way identifiers worked (now they use a single block array)
Leo Tenenbaum
2019-08-31
removed global identifier tree
Leo Tenenbaum
2019-08-30
tuple assignment
Leo Tenenbaum
2019-08-30
added array access lvalues
Leo Tenenbaum
2019-08-29
More constant expressions
Leo Tenenbaum
2019-08-28
cleaned up code; work on types
Leo Tenenbaum
2019-08-28
Improved types (now gives error when you annotate the wrong type)
Leo Tenenbaum
2019-08-28
cleaned up code; fixed some function stuff
Leo Tenenbaum
2019-08-27
Function types
Leo Tenenbaum
2019-08-24
improved functions; added header file
Leo Tenenbaum
2019-08-22
Started code generation
Leo Tenenbaum
2019-08-21
started identification
Leo Tenenbaum
2019-08-20
parameter lists, return types, function bodies
Leo Tenenbaum
2019-08-19
---
Leo Tenenbaum
2019-08-19
Added basic unary/binary expressions
Leo Tenenbaum
2019-08-18
Added string constants and improved tokenization
Leo Tenenbaum
2019-08-16
Finished literals; cleaned up code
Leo Tenenbaum
2019-08-16
Switched to reading whole file into memory; started number literals
Leo Tenenbaum
2019-08-16
Added identifierS
Leo Tenenbaum
2019-08-16
Basic tokenization
Leo Tenenbaum