index
:
sil
master
Simple programming language, compiling to ABC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sil
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-23
Bring up to date
Camil Staps
2
-4
/
+1
2017-08-18
Positional errors fully implemented; resolves #5
Camil Staps
4
-35
/
+28
2017-08-15
Made some more errors positional (#5)
Camil Staps
8
-103
/
+119
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
cleanup
Camil Staps
1
-1
/
+2
2017-07-30
Better errors
Camil Staps
5
-51
/
+116
2017-07-30
Add positions to Statements
Camil Staps
7
-82
/
+92
2017-07-30
Reorganise: make Position a field in Syntax types
Camil Staps
11
-78
/
+68
2017-07-30
Make ParseState unique to reduce heap use
Camil Staps
3
-45
/
+73
2017-07-30
Start with positional errors (see #5)
Camil Staps
13
-189
/
+259
2017-07-29
Cleanup; add <> < > <= >=
Camil Staps
7
-51
/
+100
2017-07-29
Fix lazy operators
Camil Staps
1
-0
/
+2
2017-07-28
Add globals on A-stack
Camil Staps
6
-13
/
+47
2017-07-28
Optimise: remove needless moves between stacks
Camil Staps
1
-0
/
+3
2017-07-28
Resolve #1: implement lists (tuples have been done earlier)
Camil Staps
9
-18
/
+127
2017-07-28
Optimise: remove unreachacble ABC-code
Camil Staps
1
-0
/
+10
2017-07-28
Use buildh instead of fillh
Camil Staps
1
-6
/
+3
2017-07-27
Cleanup
Camil Staps
2
-0
/
+5
2017-07-27
Centralise errors (needed for positional errors #5)
Camil Staps
10
-100
/
+108
2017-07-27
Don't allow tuples with arity > 32 (ABC-machine limitation)
Camil Staps
3
-2
/
+10
2017-07-27
Removed hacks for || and && now that they have been implemented properly
Camil Staps
1
-2
/
+0
2017-07-27
Add tuples (see #1)
Camil Staps
8
-37
/
+114
2017-07-27
Optimise multiple pop instructions
Camil Staps
1
-0
/
+2
2017-07-27
Check type for initial values of locals
Camil Staps
1
-1
/
+1
2017-07-27
Resolve #3: comments
Camil Staps
1
-0
/
+6
2017-07-27
Resolve #11: special case for Void main
Camil Staps
1
-4
/
+18
2017-07-27
Resolve #4: mandatory initial values for basic locals
Camil Staps
6
-24
/
+44
2017-07-25
Fix issue with local basic values; resolve #10: lazy || and &&
Camil Staps
1
-2
/
+40
2017-07-25
Fix erroneous change
Camil Staps
1
-1
/
+1
2017-07-24
Resolve #6: check return type
Camil Staps
1
-6
/
+4
2017-07-24
Use B-stack for basic arguments (not locals): resolve #9
Camil Staps
3
-81
/
+199
2017-07-24
Optimisations
Camil Staps
1
-1
/
+18
2017-07-21
A codeblock ending with a machine statement can be considered sure to return
Camil Staps
1
-0
/
+1
2017-07-21
Resolve #7: correctly return function result
Camil Staps
1
-24
/
+31
2017-07-21
Prepend labels with __sil_ to prevent name clashes with C functions
Camil Staps
1
-4
/
+7
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
5
-10
/
+32
2017-07-20
Cleanup
Camil Staps
1
-37
/
+36
2017-07-20
Allow keywords to be followed by e.g. (
Camil Staps
1
-6
/
+8
2017-07-20
Type checking
Camil Staps
9
-46
/
+234
2017-07-20
Add checks for locals with type Void
Camil Staps
4
-4
/
+42
2017-07-19
Add checks: no main, duplicate function, duplicate local
Camil Staps
2
-20
/
+64
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
5
-11
/
+117
2017-07-19
Discard unused application results
Camil Staps
1
-1
/
+1
2017-07-19
Add while and ! to printer
Camil Staps
2
-0
/
+3
2017-07-19
Add while and !, fix error in consecutive declarations
Camil Staps
4
-17
/
+44
2017-07-19
Nomenclature: Application type is now Expression
Camil Staps
5
-31
/
+31
[next]