index
:
sil
master
Simple programming language, compiling to ABC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sil
/
Check.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-15
Made some more errors positional (#5)
Camil Staps
1
-1
/
+1
2017-07-30
Add positions to Statements
Camil Staps
1
-16
/
+14
2017-07-30
Reorganise: make Position a field in Syntax types
Camil Staps
1
-20
/
+20
2017-07-30
Start with positional errors (see #5)
Camil Staps
1
-53
/
+38
2017-07-28
Add globals on A-stack
Camil Staps
1
-0
/
+9
2017-07-27
Resolve #4: mandatory initial values for basic locals
Camil Staps
1
-1
/
+2
2017-07-21
A codeblock ending with a machine statement can be considered sure to return
Camil Staps
1
-0
/
+1
2017-07-20
Fix: main can have any result, but no arguments
Camil Staps
1
-2
/
+2
2017-07-20
Check the type of the main function (should be Void)
Camil Staps
1
-6
/
+21
2017-07-20
Type checking
Camil Staps
1
-0
/
+1
2017-07-20
Add checks for locals with type Void
Camil Staps
1
-4
/
+12
2017-07-19
Add checks: no main, duplicate function, duplicate local
Camil Staps
1
-19
/
+60
2017-07-19
Fix testing code
Camil Staps
1
-1
/
+1
2017-07-19
Add NoReturnFromNonVoidError
Camil Staps
1
-5
/
+16
2017-07-19
Add AST checks
Camil Staps
1
-0
/
+49