Richard Feldman
|
267836226c
|
s/CodePoint/CodePt/g
|
2021-08-07 21:46:20 -04:00 |
|
Folkert
|
fecb83b9c2
|
fixes
|
2021-05-07 11:00:15 +02:00 |
|
Folkert
|
700e7d9686
|
parse expect
|
2021-04-22 23:00:44 +02:00 |
|
Folkert
|
64bc92c746
|
basic parsing
|
2021-04-14 13:03:31 +02:00 |
|
Folkert
|
28ba645121
|
parse underscores in expressions
|
2021-04-11 21:02:31 +02:00 |
|
Folkert
|
e85540e5f5
|
fix more indent problems
|
2021-04-05 14:31:50 +02:00 |
|
Folkert
|
c8e554e119
|
fix indent issue when parsing tag unions
|
2021-04-05 14:10:49 +02:00 |
|
Richard Feldman
|
3f76c6314c
|
Merge branch 'trunk' into ir-cleanup
|
2021-03-26 12:59:32 -04:00 |
|
Richard Feldman
|
41614c9957
|
Appease clippy
|
2021-03-26 08:39:06 -04:00 |
|
Folkert de Vries
|
5f36da98ee
|
Merge branch 'trunk' into ir-cleanup
|
2021-03-25 15:08:54 +01:00 |
|
Folkert
|
2a0c5c669b
|
fiddling with the when parser
|
2021-03-24 22:55:01 +01:00 |
|
Folkert
|
4418a99c89
|
include header in fatal parse errors
|
2021-03-23 16:14:20 +01:00 |
|
Folkert
|
e49860c1cd
|
cleanup
|
2021-03-17 20:51:53 +01:00 |
|
Folkert
|
f57707c651
|
so close
|
2021-03-15 17:04:14 +01:00 |
|
Folkert
|
c26fd45d54
|
all is working again
|
2021-03-13 22:36:44 +01:00 |
|
Folkert
|
28cc3348a6
|
add Position type
|
2021-03-12 16:49:24 +01:00 |
|
Folkert
|
1663822ac9
|
Revert "deadend"
This reverts commit 06278c2efe .
|
2021-03-12 16:37:44 +01:00 |
|
Folkert
|
06278c2efe
|
deadend
|
2021-03-12 16:37:00 +01:00 |
|
Folkert
|
f5f98b2400
|
clippy
|
2021-03-12 03:43:39 +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
|
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
|
3e554cb21f
|
cleanup
|
2021-03-11 21:21:00 +01:00 |
|
Folkert
|
6be5f1a6b1
|
remove context stack
|
2021-03-10 22:08:13 +01:00 |
|
Folkert
|
2773639c7b
|
port header parsing
|
2021-03-10 01:06:50 +01:00 |
|
Folkert
|
932dcf6da7
|
faster module name parsing
|
2021-03-09 22:34:10 +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
|
3c70eca145
|
refactor
|
2021-03-09 18:51:56 +01:00 |
|
Folkert
|
322c645714
|
refactor
|
2021-03-09 16:48:42 +01:00 |
|
Folkert
|
71ab77b804
|
start of imports
|
2021-03-09 14:39:25 +01:00 |
|
Folkert
|
65cee39041
|
remove attempting argument from parser state
|
2021-03-08 16:33:45 +01:00 |
|
Folkert
|
784e3ddac4
|
change provides ... to
|
2021-03-08 16:15:38 +01:00 |
|
Folkert
|
905301bf96
|
start giving header parsing good messages
|
2021-03-08 15:55:28 +01:00 |
|
Folkert
|
5029469825
|
optimize keyword parsing
|
2021-03-08 15:48:22 +01:00 |
|
Richard Feldman
|
c2525d2407
|
Merge pull request #1056 from rtfeldman/parse-operators
Parse operators
|
2021-03-07 23:19:49 -05:00 |
|
Folkert
|
bfe027e2f0
|
cleanup
|
2021-03-07 01:49:32 +01:00 |
|
Folkert
|
8e9339a83d
|
improved binop parser
|
2021-03-07 01:48:31 +01:00 |
|
Folkert
|
5b2c2bee33
|
refactor
|
2021-03-04 22:54:05 +01:00 |
|
Folkert
|
00440f350c
|
substitute either!
|
2021-03-04 22:15:15 +01:00 |
|