Chimrod
|
b4d350ea0b
The parser now accept for…end
|
4 months ago |
Chimrod
|
87ef4310f3
Added a test (not working yet)
|
5 months ago |
Chimrod
|
e7e8713727
Updated the syntax with for...end
|
5 months ago |
Chimrod
|
a062bfee6d
Updated the tests with the for...end syntax
|
5 months ago |
Chimrod
|
aeb98de6cf
Updated the tests
|
5 months ago |
Chimrod
|
1fc6def747
Implemented the For in the Tree module
|
5 months ago |
Chimrod
|
304ef0cdbf
Update
|
5 months ago |
Chimrod
|
0093711dff
Handle the for…end syntax
|
5 months ago |
Chimrod
|
976f80ed22
Removed the need for () after rnd
|
5 months ago |
Chimrod
|
70c94d9465
Cleanup the code
|
5 months ago |
Chimrod
|
4f39ffe318
Better type handling
|
5 months ago |
Chimrod
|
e6053d2374
New tests and more typecheck
|
5 months ago |
Chimrod
|
8f3f3589b9
Regression in the latest modifications
|
5 months ago |
Chimrod
|
89c1961376
Forgot the case where + is used as a concatenation operator
|
5 months ago |
Chimrod
|
4535058e48
Typeof: Do not raise warning when assigning an integer in a string variable
|
5 months ago |
Chimrod
|
cb3b715053
Enforced the type_of checker
|
5 months ago |
Chimrod
|
b7cc3a4f42
Handle syntax error in string escape mecamism
|
7 months ago |
Chimrod
|
acc7d589ee
Dedicated error message for '+ ='
|
7 months ago |
Chimrod
|
c4fd300e0f
Declared explicitaly the transitive depency
|
7 months ago |
Chimrod
|
371c5518fd
Raise the message level from Warning to Error for duplicated predicates check
|
7 months ago |
Chimrod
|
246d3c93e6
Added the check (I should have had order my commit betters)
|
7 months ago |
Chimrod
|
14504f36b6
Update the readme as well
|
7 months ago |
Chimrod
|
baa258ac91
New test for duplicates evalutations in the code
|
8 months ago |
Chimrod
|
141db07840
Added eq and hash functions in the Ast.Expression
|
8 months ago |
Chimrod
|
9bb8792a68
Update the project dependencies
|
8 months ago |
Chimrod
|
916d37b93c
Ignore the global checkers if there is a syntax error; ignore error during recovery after a syntax error
|
9 months ago |
Chimrod
|
d7a13b0e5d
Added a new check to ensure that every call to another location points to an existing one
|
9 months ago |
Chimrod
|
6fd720c07e
Added a general context for each test
|
9 months ago |
Chimrod
|
35ef1827a2
Updated the interface for default expression analyzer
|
9 months ago |
Chimrod
|
82c63921c0
Added a new error message
|
9 months ago |