Torsten Ruger
|
054f94d68b
|
add some comment and tests (but small bugs still there)
|
2014-05-14 22:34:53 +03:00 |
|
Torsten Ruger
|
46ea1df51e
|
rename function_call to call_site in all levels to avoid confusion
|
2014-05-13 21:15:02 +03:00 |
|
Torsten Ruger
|
cd67589f3e
|
life must go on, compunds must go (for now)
|
2014-05-13 08:35:49 +03:00 |
|
Torsten Ruger
|
61d72a74ad
|
fixes array test for previous rename
|
2014-05-13 08:35:17 +03:00 |
|
Torsten Ruger
|
ff612446be
|
using hash_key and value rules
|
2014-05-12 21:44:51 +03:00 |
|
Torsten Ruger
|
fdb5dd4f67
|
a good stab at array anf hash constants
|
2014-05-12 21:36:38 +03:00 |
|
Torsten Ruger
|
25a7c3ea68
|
fixed fibonacci example
|
2014-05-12 14:24:36 +03:00 |
|
Torsten Ruger
|
1170b0798b
|
make condition brackets optional
|
2014-05-12 13:57:24 +03:00 |
|
Torsten Ruger
|
956d1eb135
|
newline fiddling in the parser yields goods results
|
2014-05-12 13:47:47 +03:00 |
|
Torsten Ruger
|
ee4d8033af
|
redid while with brackets and just one condition expression
|
2014-05-12 12:26:38 +03:00 |
|
Torsten Ruger
|
e2fb0a5f34
|
rename conditional to control in parser
|
2014-05-12 12:20:31 +03:00 |
|
Torsten Ruger
|
7940efc64d
|
still trying that while loop. Check as everything else works
|
2014-05-12 12:14:04 +03:00 |
|
Torsten Ruger
|
4a27314533
|
fix the tests for oprerators. Also naming keywords demands change
|
2014-05-11 18:38:02 +03:00 |
|
Torsten Ruger
|
2d389d2e00
|
adds basic math operators, thanks to kasper associative and prioritised
|
2014-05-10 21:41:46 +03:00 |
|
Torsten Ruger
|
6378209f33
|
leave assignee as name_expression in assignment, fix tests accordingly
|
2014-05-10 19:11:32 +03:00 |
|
Torsten Ruger
|
47f1608685
|
start to add while loop
|
2014-05-10 19:02:51 +03:00 |
|
Torsten Ruger
|
7d69132d90
|
first root test
|
2014-05-10 12:57:10 +03:00 |
|
Torsten Ruger
|
94e8a947d9
|
debug helper
|
2014-05-10 12:55:22 +03:00 |
|
Torsten Ruger
|
8f2a22d12f
|
add a repeat to the root parser rule (need to test the root more)
|
2014-05-10 11:18:39 +03:00 |
|
Torsten Ruger
|
af1df1a104
|
renamed root parser class to Crystal
|
2014-05-10 11:03:23 +03:00 |
|
Torsten Ruger
|
8e6297dcff
|
improving the string according to kasper
|
2014-05-09 13:51:47 +03:00 |
|
Torsten Ruger
|
6ee290e0bb
|
fixes all existing parser tests
|
2014-05-08 21:09:07 +03:00 |
|
Torsten Ruger
|
53a8efaa59
|
get the conditionals to work again
|
2014-05-08 19:49:15 +03:00 |
|
Torsten Ruger
|
500bc36a29
|
testing escaped input is awkward
|
2014-05-08 19:29:35 +03:00 |
|
Torsten Ruger
|
9c2dfe79da
|
at least basic tests work again
|
2014-05-08 18:42:24 +03:00 |
|
Torsten Ruger
|
4c585e415b
|
output debug for failed parses
|
2014-05-08 18:38:10 +03:00 |
|
Torsten Ruger
|
5436e6bfc9
|
testing comments
|
2014-05-08 18:37:52 +03:00 |
|
Torsten Ruger
|
7c7e58ea62
|
upgrades ast to first class
|
2014-05-05 09:51:16 +03:00 |
|
Torsten Ruger
|
98a907e8e6
|
with the new framework there are 16 more tests, just doing it thorough
|
2014-04-29 17:02:38 +03:00 |
|
Torsten Ruger
|
8151ed6b9d
|
moe the last (function) tests to new test model
|
2014-04-29 16:57:36 +03:00 |
|
Torsten Ruger
|
1593d330ae
|
move assignment test to basic suite
|
2014-04-29 16:49:37 +03:00 |
|
Torsten Ruger
|
afce197797
|
move conditional and expression test to new model
|
2014-04-29 16:47:33 +03:00 |
|
Torsten Ruger
|
76055575a1
|
moves the function call tests to new model
|
2014-04-29 16:36:29 +03:00 |
|
Torsten Ruger
|
1af45334b7
|
move argument and parameter tests to new framework
|
2014-04-29 16:22:39 +03:00 |
|
Torsten Ruger
|
9e75a50315
|
improved the framework a bit
|
2014-04-29 16:21:28 +03:00 |
|
Torsten Ruger
|
585c27c78d
|
adds the concern aproach and explanation
|
2014-04-29 14:09:10 +03:00 |
|
Torsten Ruger
|
b6e08faa39
|
folds all basic tests into new directory
|
2014-04-29 13:50:07 +03:00 |
|
Torsten Ruger
|
2507251f75
|
start to split tests according to feature
|
2014-04-29 11:37:43 +03:00 |
|