index
:
sil
master
Simple programming language, compiling to ABC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sil
/
Parse.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-28
Resolve #1: implement lists (tuples have been done earlier)
Camil Staps
1
-10
/
+19
2017-07-27
Centralise errors (needed for positional errors #5)
Camil Staps
1
-13
/
+8
2017-07-27
Add tuples (see #1)
Camil Staps
1
-8
/
+26
2017-07-27
Resolve #3: comments
Camil Staps
1
-0
/
+6
2017-07-27
Resolve #4: mandatory initial values for basic locals
Camil Staps
1
-2
/
+7
2017-07-20
Allow keywords to be followed by e.g. (
Camil Staps
1
-6
/
+8
2017-07-20
Type checking
Camil Staps
1
-5
/
+6
2017-07-19
Add while and !, fix error in consecutive declarations
Camil Staps
1
-14
/
+26
2017-07-19
Nomenclature: Application type is now Expression
Camil Staps
1
-11
/
+11
2017-07-19
Add else if
Camil Staps
1
-6
/
+13
2017-07-19
Reorganise
Camil Staps
1
-2
/
+2
2017-07-19
Working fibonacci
Camil Staps
1
-9
/
+33
2017-07-18
Add +, -, *, /, %, ~
Camil Staps
1
-6
/
+39
2017-07-18
ABC machine instructions
Camil Staps
1
-26
/
+36
2017-07-18
Allow for multiple initialisations on one line
Camil Staps
1
-5
/
+5
2017-07-17
Initial commit
Camil Staps
1
-0
/
+161