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
/
identifiers.c
Age
Commit message (
Expand
)
Author
2019-10-27
user defined types
Leo Tenenbaum
2019-10-26
...
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-04
improved arr_add and fixed bug
Leo Tenenbaum
2019-10-03
continued arr system
Leo Tenenbaum
2019-10-03
started switching array system
Leo Tenenbaum
2019-10-02
eval casting
Leo Tenenbaum
2019-10-01
restarted eval, this time with macros!
Leo Tenenbaum
2019-09-29
finished replacing err_malloc with allocators; now there are no memory leaks!
Leo Tenenbaum
2019-09-27
started named arguments
Leo Tenenbaum
2019-09-26
added comparison operators
Leo Tenenbaum
2019-09-22
malloc => err_malloc
Leo Tenenbaum
2019-09-18
parser output
Leo Tenenbaum
2019-09-18
improved fn params
Leo Tenenbaum
2019-09-06
started block return values
Leo Tenenbaum
2019-09-02
re-added dots in idents
Leo Tenenbaum
2019-09-01
unicode ident names
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-28
cleaned up code; work on types
Leo Tenenbaum
2019-08-27
checked undeclared identifiers; not totally done yet
Leo Tenenbaum
2019-08-24
Added main function
Leo Tenenbaum
2019-08-23
Cleaned up code
Leo Tenenbaum
2019-08-22
generating function declarations & definitions
Leo Tenenbaum
2019-08-21
started identification
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
[prev]