index
:
slul
main
no-refs
parser-simplification-rewrite
wip-sigils
SLUL Programming Language
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
errortest
/
mainapp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-02
Don't use ref types for function references
Samuel Lidén Borell
3
-39
/
+36
2024-05-18
Improve error message for cyclic typedefs
Samuel Lidén Borell
1
-11
/
+11
2024-05-18
Detect cyclic types
Samuel Lidén Borell
1
-0
/
+75
2024-05-13
exprchk: Add none-ness check in deref exprs
Samuel Lidén Borell
1
-7
/
+14
2024-05-12
Tests: More tests of none-ness
Samuel Lidén Borell
1
-0
/
+38
2024-05-12
Check none-ness in implicit dereferencing
Samuel Lidén Borell
1
-2
/
+15
2024-05-12
Allow passing not-none values to non-optional refs
Samuel Lidén Borell
1
-2
/
+0
2024-05-11
Update copyright years
Samuel Lidén Borell
7
-7
/
+7
2024-05-11
Tracking of variable none-ness
Samuel Lidén Borell
1
-0
/
+56
2024-05-02
exprchk: Constant evaluation of comparison operators
Samuel Lidén Borell
1
-0
/
+3
2024-04-28
Parser: Split "too many }" error
Samuel Lidén Borell
1
-2
/
+8
2024-04-13
Remove cli/gui distinction. Make \name and \type optional for apps
Samuel Lidén Borell
1
-1
/
+0
2024-03-09
More fixes of missing type parameters
Samuel Lidén Borell
1
-1
/
+16
2024-03-09
Fix error handling of missing type params
Samuel Lidén Borell
1
-0
/
+9
2024-03-08
Fix error messages for incomplete struct expressions
Samuel Lidén Borell
1
-0
/
+36
2024-03-08
Parser: Restrict where underscores can be used
Samuel Lidén Borell
4
-5
/
+49
2024-03-08
Use SlulApp.main as the entry point. Implicitly depend on slulrt
Samuel Lidén Borell
1
-0
/
+2
2024-03-02
Fix error recovery in the semantic checker
Samuel Lidén Borell
2
-0
/
+21
2024-02-05
Parser: Better errors for invalid local variable declarations
Samuel Lidén Borell
1
-3
/
+31
2023-12-30
Put since-versions first in top-levels declarations
Samuel Lidén Borell
1
-2
/
+2
2023-10-07
Check version when binding typeidentifiers/method identifiers
Samuel Lidén Borell
1
-2
/
+2
2023-10-01
Check version when binding identifiers across modules
Samuel Lidén Borell
1
-0
/
+2
2023-09-16
Add unstable_api flag. Improve checks of module headers
Samuel Lidén Borell
1
-1
/
+1
2023-09-10
Implement search for methods and typeidents in other modules also
Samuel Lidén Borell
2
-0
/
+11
2023-08-27
Fix crash on generic function declarations
Samuel Lidén Borell
1
-6
/
+31
2023-08-22
Parser: Fix error messages for certain invalid function call syntaxes
Samuel Lidén Borell
1
-2
/
+62
2023-08-20
Parser: Suppress "type is not clear" error for missing fields
Samuel Lidén Borell
1
-0
/
+7
2023-08-16
Fix missing "Operation has no effect" error in some cases
Samuel Lidén Borell
2
-7
/
+32
2023-08-16
Parser: Improve error message on missing "}" before "else"
Samuel Lidén Borell
1
-0
/
+19
2023-07-15
Update copyright years
Samuel Lidén Borell
5
-5
/
+5
2023-07-12
Tests: External constants in array length should give errors
Samuel Lidén Borell
1
-0
/
+6
2023-05-27
Support for multi-line comments with #{{ and #}}
Samuel Lidén Borell
2
-0
/
+60
2023-05-21
Update error messages in test also
Samuel Lidén Borell
1
-5
/
+5
2023-05-17
Enable some tests that are working now
Samuel Lidén Borell
2
-8
/
+9
2023-05-16
IR generation: Implement methods, "this" and fields
Samuel Lidén Borell
1
-0
/
+13
2023-05-14
Basic checking of generic types
Samuel Lidén Borell
2
-0
/
+286
2023-05-06
Checking of method and constructor calls
Samuel Lidén Borell
3
-39
/
+124
2023-05-06
Include .typeidentifier and .field names in error messages
Samuel Lidén Borell
1
-6
/
+6
2023-05-01
Type checking of "refto" and "deref" operations
Samuel Lidén Borell
1
-2
/
+41
2023-05-01
Named function arguments
Samuel Lidén Borell
2
-1
/
+15
2023-04-30
Checking of open/closed structs
Samuel Lidén Borell
3
-0
/
+46
2023-04-30
Parsing and basic checks of literal struct values with named fields
Samuel Lidén Borell
3
-19
/
+62
2023-04-29
More improvements to error locations. Add check of .typeident syntax
Samuel Lidén Borell
2
-10
/
+33
2023-04-29
Report errors at end-of-line at the correct location
Samuel Lidén Borell
1
-3
/
+8
2023-04-21
Improve messages for errors at end declarations
Samuel Lidén Borell
1
-2
/
+11
2023-04-15
Forbid repeating of relational operations without parantheses
Samuel Lidén Borell
1
-0
/
+27
2023-04-15
funcchk: Silence errors for variables with non-existing types
Samuel Lidén Borell
1
-0
/
+24
2023-04-15
exprchk: Silence type incompatibliity errors for non-existing variables
Samuel Lidén Borell
1
-0
/
+24
2023-04-14
exprchk: Type compatibility checking of structs
Samuel Lidén Borell
1
-0
/
+87
2023-04-14
exprchk: Improved error checks/messages
Samuel Lidén Borell
2
-5
/
+17
[next]