Folkert
|
f5f98b2400
|
clippy
|
2021-03-12 03:43:39 +01:00 |
|
Folkert
|
cba55734cb
|
clean up helpers
|
2021-03-12 03:41:01 +01:00 |
|
Folkert
|
b349ae7ab5
|
type variable errors
|
2021-03-12 03:18:31 +01:00 |
|
Folkert
|
16a2dfd058
|
remove unused functions
|
2021-03-12 03:10:57 +01:00 |
|
Folkert
|
e815e57dcf
|
remove more syntax errors
|
2021-03-12 03:04:47 +01:00 |
|
Folkert
|
b688fd11a9
|
remove syntax error
|
2021-03-12 02:54:25 +01:00 |
|
Folkert
|
9f146bf702
|
remove syntax error
|
2021-03-12 02:52:36 +01:00 |
|
Folkert
|
4e4854ceaa
|
remove unneeded argument
|
2021-03-12 02:48:07 +01:00 |
|
Folkert
|
362459b647
|
remove size from parser state
|
2021-03-12 02:39:47 +01:00 |
|
Folkert
|
f7744b4caa
|
remove is_indenting
|
2021-03-12 02:38:46 +01:00 |
|
Folkert
|
222638e9bb
|
confirm is_indenting is not needed
|
2021-03-12 02:28:57 +01:00 |
|
Folkert
|
c938a93dea
|
fix comment newline chomping issue
|
2021-03-12 02:24:00 +01:00 |
|
Folkert
|
5e4db62c46
|
remove Attempting and more
|
2021-03-12 02:09:48 +01:00 |
|
Folkert
|
98024b2a21
|
parse tag names in types
|
2021-03-12 01:49:09 +01:00 |
|
Folkert
|
4f58c792e6
|
removing old stuff
|
2021-03-12 01:37:27 +01:00 |
|
Folkert
|
f5d3845b14
|
remove unused functions
|
2021-03-12 01:15:44 +01:00 |
|
Folkert
|
9265cf82b9
|
more cleanup
|
2021-03-12 01:11:34 +01:00 |
|
Folkert
|
0bc1a0e50b
|
cleanup
|
2021-03-12 00:41:28 +01:00 |
|
Folkert
|
cffb8094b8
|
also use new parser for space1
|
2021-03-12 00:37:58 +01:00 |
|
Folkert
|
f5284d1db7
|
new space parser
|
2021-03-12 00:33:08 +01:00 |
|
Folkert
|
3e554cb21f
|
cleanup
|
2021-03-11 21:21:00 +01:00 |
|
Folkert
|
b4b77add08
|
cleanup
|
2021-03-11 16:40:01 +01:00 |
|
Folkert
|
e214674016
|
cleanup blankspace function usage
|
2021-03-11 16:37:42 +01:00 |
|
Folkert
|
92cff4c32a
|
optimize type parser
|
2021-03-11 01:48:05 +01:00 |
|
Folkert
|
30b47b9593
|
use unit error type more
|
2021-03-10 23:08:12 +01:00 |
|
Folkert
|
37462d6ec6
|
use unit error type
|
2021-03-10 23:06:47 +01:00 |
|
Folkert
|
21f58b947a
|
shuffle error message handling
|
2021-03-10 23:04:28 +01:00 |
|
Folkert
|
55a92b50cc
|
remove unused ident errors
|
2021-03-10 23:03:01 +01:00 |
|
Folkert
|
6be5f1a6b1
|
remove context stack
|
2021-03-10 22:08:13 +01:00 |
|
Folkert
|
864390a89a
|
use new ident parser
|
2021-03-10 21:56:19 +01:00 |
|
Folkert
|
e7bbfe96db
|
fix parse tests
|
2021-03-10 21:46:34 +01:00 |
|
Folkert
|
61fc05dace
|
working report tests
|
2021-03-10 21:42:37 +01:00 |
|
Folkert
|
796ec00323
|
wip faster ident parsing
|
2021-03-10 20:21:51 +01:00 |
|
Folkert
|
ea32a37315
|
improved private tag parsing
|
2021-03-10 17:26:42 +01:00 |
|
Folkert
|
edd54ab4ab
|
specialize accessor parsing
|
2021-03-10 15:23:11 +01:00 |
|
Folkert
|
058551a224
|
remove capitalized_parts
|
2021-03-10 13:37:35 +01:00 |
|
Folkert
|
fd82f1d45b
|
cparts
|
2021-03-10 13:02:32 +01:00 |
|
Folkert
|
397e579d88
|
chomp from source string
|
2021-03-10 12:58:32 +01:00 |
|
Folkert
|
5e2848d10c
|
use the EExpr identifier parser
|
2021-03-10 12:55:56 +01:00 |
|
Folkert
|
d2482246f2
|
clippy
|
2021-03-10 01:10:38 +01:00 |
|
Folkert
|
2773639c7b
|
port header parsing
|
2021-03-10 01:06:50 +01:00 |
|
Folkert
|
4b8f5fb477
|
cleanup
|
2021-03-10 00:26:54 +01:00 |
|
Folkert
|
91271d0308
|
don't leak implementation details
|
2021-03-09 23:20:31 +01:00 |
|
Folkert
|
bd61a03ae0
|
port headers!
|
2021-03-09 23:06:17 +01:00 |
|
Folkert
|
86ef187d1c
|
cleanup
|
2021-03-09 22:39:32 +01:00 |
|
Folkert
|
932dcf6da7
|
faster module name parsing
|
2021-03-09 22:34:10 +01:00 |
|
Folkert
|
d6ff5540dc
|
cleanup
|
2021-03-09 22:02:34 +01:00 |
|
Folkert
|
25d7caa89e
|
port platform module
|
2021-03-09 22:00:00 +01:00 |
|
Folkert
|
3eddedc566
|
port effects
|
2021-03-09 21:53:23 +01:00 |
|
Folkert
|
caafcc2888
|
cleanup
|
2021-03-09 20:40:19 +01:00 |
|