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
/
tests
/
test.sh
Age
Commit message (
Collapse
)
Author
2020-05-03
got tests to work on linux again
Leo Tenenbaum
2020-05-03
got tests to work on windows (fixed some problems with them)
Leo Tenenbaum
2020-05-02
fixed including something multiple times
Leo Tenenbaum
2020-05-01
made output for void pointer arithmetic standard-compliant
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 error printing problem, added new test: use
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-21
fixed for loop problem (turns out it had to do with implicit type conversions)
Leo Tenenbaum
2020-03-18
defer seems to be fully working
Leo Tenenbaum
2020-03-17
removed unnecessary t->flags |= TYPE_IS_RESOLVED;
Leo Tenenbaum
and some other minor corrections
2020-03-16
updated tests, fixed bugs
Leo Tenenbaum
2020-03-16
sizeof, alignof
Leo Tenenbaum
2020-03-16
break, continue
Leo Tenenbaum
2020-03-15
removed where
Leo Tenenbaum
2020-03-13
added where conditions for functions, discovered bug with eval returning
Leo Tenenbaum
2020-03-12
fixed problems with varargs
Leo Tenenbaum
2020-03-12
added varargs test, showed that somethings wrong
Leo Tenenbaum
2020-03-03
added new test and discovered bug
Leo Tenenbaum
2020-03-03
new, better test system
Leo Tenenbaum
2020-02-25
cleanup and new test: arr3
Leo Tenenbaum
2020-02-25
fixed bugs with new arg order system
Leo Tenenbaum
also now struct parameters are "officially" part of the language
2020-02-04
new test: nms
Leo Tenenbaum
2020-01-24
fixed return declarations
Leo Tenenbaum
2020-01-06
cleaning up; fixed a few bugs
Leo Tenenbaum
2020-01-03
small things for more standard compliance
Leo Tenenbaum
2019-12-15
got everything working for new test: arr2
Leo Tenenbaum
2019-12-12
more infer setup and better arr_foreach
Leo Tenenbaum
2019-12-06
fixed a problem with default arguments
Leo Tenenbaum
2019-12-06
new test
Leo Tenenbaum
2019-11-26
cleanup, switched to enums for flags
Leo Tenenbaum
2019-10-23
added a test
Leo Tenenbaum