index
:
cup
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old test which disallowed initializing globals
Mustafa Quraish
2022-02-05
1
-8
/
+0
*
Add some simple tests for arrays+strings
Mustafa Quraish
2022-02-03
1
-0
/
+131
*
Remove `putc` intrinsic and replace with `write(fd, buf, size)`
Mustafa Quraish
2022-02-03
1
-35
/
+0
*
Allow implicitly converting between integer-like-types
Mustafa Quraish
2022-02-03
1
-1
/
+1
*
Type checking of expressions / functions!
Mustafa Quraish
2022-02-02
5
-117
/
+117
*
Add basic `defer` implementation.
Mustafa Quraish
2022-02-01
2
-1
/
+64
*
Testing: Add support for testing stdout results, check builtins
Mustafa Quraish
2022-02-01
2
-0
/
+103
*
Global variables now supported! + some fixes to OP_ASSIGN
Mustafa Quraish
2022-01-31
1
-21
/
+64
*
Move around tests in the categories; Add missing tests
Mustafa Quraish
2022-01-31
4
-179
/
+197
*
Update build system to use Makefile
Mustafa Quraish
2022-01-30
1
-21
/
+4
*
Functions, yay!
Mustafa Quraish
2022-01-30
1
-0
/
+63
*
Make the compiler / scripts work on Linux too (yay!)
Mustafa Quraish
2022-01-29
1
-3
/
+14
*
Add for and while loop support (w/o declarations in `for`)
Mustafa Quraish
2022-01-29
1
-0
/
+118
*
Implement blocks (lexically scoped) and conditionals
Mustafa Quraish
2022-01-29
4
-2
/
+287
*
Allow uninitialized variable declarations
Mustafa Quraish
2022-01-29
2
-20
/
+33
*
Add some tests for local variables
Mustafa Quraish
2022-01-29
3
-0
/
+54
*
Add relational and logical operators + refactor binop parser
Mustafa Quraish
2022-01-29
1
-1
/
+34
*
Scripts: Reorganize a bit, add some rudimentary shell-testing
Mustafa Quraish
2022-01-28
2
-0
/
+66