index
:
sil
master
Simple programming language, compiling to ABC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sil
/
Util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-14
Fix erroneous change from c5c4788b282a371fdc989e2d13430701f3457441
Camil Staps
1
-2
/
+3
2017-08-13
Improved compiler interface (#8)
Camil Staps
2
-1
/
+5
2017-07-30
Better errors
Camil Staps
2
-21
/
+44
2017-07-30
Add positions to Statements
Camil Staps
1
-2
/
+2
2017-07-30
Reorganise: make Position a field in Syntax types
Camil Staps
4
-17
/
+9
2017-07-30
Make ParseState unique to reduce heap use
Camil Staps
2
-37
/
+64
2017-07-30
Start with positional errors (see #5)
Camil Staps
4
-26
/
+77
2017-07-29
Cleanup; add <> < > <= >=
Camil Staps
1
-6
/
+10
2017-07-28
Add globals on A-stack
Camil Staps
1
-2
/
+2
2017-07-27
Centralise errors (needed for positional errors #5)
Camil Staps
2
-12
/
+12
2017-07-27
Resolve #4: mandatory initial values for basic locals
Camil Staps
1
-1
/
+5
2017-07-20
Type checking
Camil Staps
1
-0
/
+1
2017-07-19
Add while and ! to printer
Camil Staps
1
-0
/
+2
2017-07-19
Nomenclature: Application type is now Expression
Camil Staps
1
-1
/
+1
2017-07-19
Add else if
Camil Staps
1
-6
/
+7
2017-07-19
Reorganise
Camil Staps
4
-0
/
+254