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
/
tokenizer.c
Age
Commit message (
Expand
)
Author
2019-12-06
@ => :: (looks nicer)
Leo Tenenbaum
2019-11-30
trying to make this compilable with a c++ compiler
Leo Tenenbaum
2019-11-19
fixed problems with const params
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
Leo Tenenbaum
2019-11-14
cleaning up some stuff
Leo Tenenbaum
2019-11-11
declarations for functions with constant parameters
Leo Tenenbaum
2019-11-08
+=, -=, /=, *=
Leo Tenenbaum
2019-11-08
fixed, e.g. each x := x
Leo Tenenbaum
2019-11-04
each loops!
Leo Tenenbaum
2019-11-02
did part of #sizeof/alignof directives for compile-time size and aligns of types
Leo Tenenbaum
2019-10-31
fixed the bug (but i'm not happy about the solution)
Leo Tenenbaum
2019-10-31
basic . operator
Leo Tenenbaum
2019-10-30
started adding structs
Leo Tenenbaum
2019-10-27
some fixes and starting to get type declarations
Leo Tenenbaum
2019-10-26
started newtype
Leo Tenenbaum
2019-10-23
started writing bf interpreter; found a few bugs
Leo Tenenbaum
2019-10-14
made parameters immutable; fixed other things involving immutability
Leo Tenenbaum
2019-10-11
bug fixes, function calls
Leo Tenenbaum
2019-10-04
improved arr_add and fixed bug
Leo Tenenbaum
2019-10-03
fixed some arr bugs
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-09-29
finished replacing err_malloc with allocators; now there are no memory leaks!
Leo Tenenbaum
2019-09-28
new, del
Leo Tenenbaum
2019-09-28
chars, string literals
Leo Tenenbaum
2019-09-27
started to add named return values
Leo Tenenbaum
2019-09-27
casting
Leo Tenenbaum
2019-09-26
added comparison operators
Leo Tenenbaum
2019-09-25
added bools
Leo Tenenbaum
2019-09-25
added return
Leo Tenenbaum
2019-09-23
improved if/elif/else; started while
Leo Tenenbaum
2019-09-22
malloc => err_malloc
Leo Tenenbaum
2019-09-22
added if
Leo Tenenbaum
2019-09-21
added float builtin and check for decl self-reference
Leo Tenenbaum
2019-09-21
added address of operator
Leo Tenenbaum
2019-09-20
cleaning up stuff; mul & div
Leo Tenenbaum
2019-09-18
idealistic float, double => f32, f64; literals were also being typed in parsi...
Leo Tenenbaum
2019-09-01
improved the way identifiers worked (now they use a single block array)
Leo Tenenbaum
2019-08-31
parsing of directives
Leo Tenenbaum
2019-08-31
removed global identifier tree
Leo Tenenbaum
2019-08-30
added array access lvalues
Leo Tenenbaum
2019-08-29
More constant expressions
Leo Tenenbaum
2019-08-29
Added fixed-size arrays
Leo Tenenbaum
2019-08-24
improved functions; added header file
Leo Tenenbaum
2019-08-23
Cleaned up code
Leo Tenenbaum
2019-08-22
Started code generation
Leo Tenenbaum
2019-08-21
started identification
Leo Tenenbaum
2019-08-20
started function calls
Leo Tenenbaum
2019-08-19
basic function expressions
Leo Tenenbaum
[next]