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
/
eval.c
Age
Commit message (
Expand
)
Author
2020-04-23
fixed problem with undeclared identifiers
Leo Tenenbaum
2020-04-23
made EXPR_IDENT a string before typing
Leo Tenenbaum
2020-04-23
fixed bug with type expressions
Leo Tenenbaum
2020-04-23
got rid of call inference; now inference is much simpler
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-19
new for loop system: eval
Leo Tenenbaum
2020-04-13
cleaned up ident system; working except for for
Leo Tenenbaum
2020-04-08
fixed compiler warnings about pointer casting
Leo Tenenbaum
2020-04-05
improved eval error messages
Leo Tenenbaum
2020-04-05
fixed some problems with use
Leo Tenenbaum
2020-04-04
Slice.n => Slice.len
Leo Tenenbaum
2020-03-27
made statement members pointers
Leo Tenenbaum
2020-03-21
started use
Leo Tenenbaum
2020-03-20
fixed compile time defer
Leo Tenenbaum
2020-03-20
compile time defer
Leo Tenenbaum
2020-03-19
#ifs inside structs
Leo Tenenbaum
2020-03-19
fixed IDECL_EXPR bug; version 0.5
Leo Tenenbaum
2020-03-17
all tests working and defer is coming along
Leo Tenenbaum
2020-03-17
imrpoved block ret val situation
Leo Tenenbaum
2020-03-16
updated tests, fixed bugs
Leo Tenenbaum
2020-03-16
made new and del functions
Leo Tenenbaum
2020-03-16
sizeof, alignof
Leo Tenenbaum
2020-03-16
break, continue
Leo Tenenbaum
2020-03-15
#error, realized this can replace where
Leo Tenenbaum
2020-03-14
discovered foreign varargs bug
Leo Tenenbaum
2020-03-14
fixed indentation
Leo Tenenbaum
2020-03-13
fixed eval returning from an include
Leo Tenenbaum
2020-03-13
added where conditions for functions, discovered bug with eval returning
Leo Tenenbaum
2020-03-13
typeof!
Leo Tenenbaum
2020-03-12
#foreign varargs
Leo Tenenbaum
2020-03-11
passing varargs seemingly fully working
Leo Tenenbaum
2020-03-11
error message for default varargs
Leo Tenenbaum
2020-03-10
varargs seem to be fully working now
Leo Tenenbaum
2020-03-10
non-const varargs also working at compile time!
Leo Tenenbaum
2020-03-10
non-const varargs seem to be working at runtime
Leo Tenenbaum
2020-03-09
more varargs
Leo Tenenbaum
2020-03-04
started varargs
Leo Tenenbaum
2020-03-04
fixed std/arr.toc
Leo Tenenbaum
2020-03-03
seem to have fully fixed bug
Leo Tenenbaum
2020-03-03
more bug fixing
Leo Tenenbaum
2020-03-03
fixing const param bug
Leo Tenenbaum
2020-03-02
started #if
Leo Tenenbaum
2020-03-02
got rid of Location in Type
Leo Tenenbaum
2020-03-01
switched some expression kinds to using pointers so that sizeof(Expression) i...
Leo Tenenbaum
2020-03-01
improved command line arguments for compiler (added -no-color)
Leo Tenenbaum
2020-02-28
started new #foreign system
Leo Tenenbaum
2020-02-26
cleaned up a few TODOs
Leo Tenenbaum
2020-02-26
removed unneeded functions
Leo Tenenbaum
2020-02-26
Status, removed errors from sdecls_cgen
Leo Tenenbaum
2020-02-25
much better circular dependency checking system for structs
Leo Tenenbaum
[next]