Commit Graph

33 Commits

Author SHA1 Message Date
Michael Hoffmann
236e5b286f playground: initial version 2022-06-05 12:41:49 +02:00
mhoffm
5c348bd23c fix grammar 2021-09-20 21:45:17 +02:00
mhoffm
b048a42c6d move fuzzing stuff to dedicated repository 2021-09-19 13:17:00 +02:00
mhoffm
c0513ba689 add template for directives 2021-09-19 12:00:18 +02:00
mhoffm
808b2de94f add compile workflow
add fuzzing instrumentation
2021-07-01 02:22:02 +02:00
mhoffm
0e7d8ddb4b fix some 'clang -pedantic' warnings 2021-06-30 19:50:33 +02:00
mhoffm
122818e4df readme 2021-06-27 20:16:21 +02:00
mhoffm
33be19f1a4 readme 2021-06-27 20:11:12 +02:00
mhoffm
6f2eff7534 readme 2021-06-27 20:10:44 +02:00
mhoffm
888922aff3 start fuzzing 2021-06-27 19:57:02 +02:00
mhoffm
13acf1bcc7 fix README 2021-06-27 12:43:11 +02:00
mhoffm
edac6a2beb handle identifiers better 2021-06-27 12:22:06 +02:00
mhoffm
0ae2fffe6d fix ending heredoc identifiers must be on single line 2021-06-26 11:11:34 +02:00
mhoffm
bc0b3f1eb0 wip make sure that heredoc identifier sits on a line of its own 2021-06-26 10:31:33 +02:00
mhoffm
150c676286 add serialization and deserialization 2021-06-23 20:30:30 +02:00
mhoffm
5a58000ba1 WIP add heredoc templates; only EOF marker at the moment 2021-06-21 22:04:28 +02:00
mhoffm
a7f23cc579 more real world exampls; fix scanner when scanning empty character in lexer 2021-06-21 19:40:27 +02:00
mhoffm
6cc5e7b721 fix readme 2021-06-19 16:58:48 +02:00
mhoffm
5f7a5b5e98 add real world test corpus; work on some parse errors and weirdnesses 2021-06-19 16:56:35 +02:00
mhoffm
88401e3bf3 fmt tests; properly define string literals; work on scanner 2021-06-17 23:47:14 +02:00
mhoffm
4801d16825 fix screenshot 2021-06-15 11:43:28 +02:00
mhoffm
aed7efd28f fix example 2021-06-15 11:40:32 +02:00
mhoffm
01a4a981da fix string literals; trim trailing whitespace 2021-06-14 23:33:28 +02:00
mhoffm
9606c5fa49 readme 2021-06-14 23:25:32 +02:00
mhoffm
e4750975e4 fix image link 2021-06-14 23:20:09 +02:00
mhoffm
8205a65c1b dont track example.png 2021-06-14 23:17:39 +02:00
mhoffm
7b91d51683 handle quoted template expressions and template interpolations 2021-06-14 23:11:17 +02:00
mhoffm
db2aab2fec README 2021-06-13 09:26:49 +02:00
mhoffm
52247dee63 properly handle escape sequences in string literals 2021-06-12 22:36:10 +02:00
mhoffm
22b921f405 add conditionals 2021-06-12 21:47:30 +02:00
mhoffm
4cb4f3f142 add more tests, readme 2021-06-08 23:18:50 +02:00
mhoffm
970f93f301 readme 2021-06-07 20:52:50 +02:00
Michael Hoffmann
89c1b30cde Initial commit 2021-06-07 20:38:42 +02:00