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 (
Collapse
)
Author
2020-07-09
fixed some bugs with tuples, new version of writei
Leo Tenenbaum
2020-07-08
debug and release builds; reading files still not fully tested
Leo Tenenbaum
2020-07-03
io is working but slow
Leo Tenenbaum
2020-07-03
removed ability to evaluate a function before it is declared at compile ↵
Leo Tenenbaum
time; that was causing too many problems
2020-06-27
more work on fixing #ifs
Leo Tenenbaum
2020-06-24
started moving #include to parsing; not working yet
Leo Tenenbaum
2020-05-23
turned if, while, for, block into statements
Leo Tenenbaum
2020-05-23
started removing block ret_expr
Leo Tenenbaum
2020-05-13
got rid of UNARY_LEN
Leo Tenenbaum
2020-05-04
fixed bug with f(f(x)) solution
Leo Tenenbaum
2020-05-04
fixed f(f(x)) bug but it's not very nice
Leo Tenenbaum
2020-05-03
turns out __cdecl is only for 32-bit. now everything works except for 64-bit ↵
Leo Tenenbaum
arguments
2020-05-02
&&, ||
Leo Tenenbaum
2020-05-02
fixed including something multiple times
Leo Tenenbaum
2020-05-01
&void
Leo Tenenbaum
2020-05-01
#if no longer creates a block
Leo Tenenbaum
2020-04-25
consistently handling indexing pointer to array/slice
Leo Tenenbaum
2020-04-25
fixed problems with using future types
Leo Tenenbaum
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
[next]