Commit graph

13 commits

Author SHA1 Message Date
elkowar
ec8b12d206
Allow digits in identifiers in simplexpr 2021-08-10 14:30:33 +02:00
elkowar
24c9fee204
Fully implement string interpolation with ${} syntax 2021-07-31 13:44:23 +02:00
elkowar
5cde0228fb
Allow for string-interpolation in simplexpr 2021-07-30 16:33:28 +02:00
elkowar
41093cf0af
Replace lazy_static with once_cell 2021-07-29 15:30:00 +02:00
elkowar
8fea52bda9
Allow for comments in simplexpr 2021-07-28 17:16:01 +02:00
elkowar
01c7ba6e2a
Add alternative string syntax with single quotes and backticks 2021-07-27 00:11:16 +02:00
elkowar
e698fd315e
Fix multi-point unicode glyphs in yuck lexer 2021-07-26 23:10:01 +02:00
elkowar
680ab9d633
Add Spanned trait and use it 2021-07-26 20:23:06 +02:00
elkowar
bb741f343d
Include file_id in LexicalError 2021-07-26 19:22:05 +02:00
elkowar
ed73938af1
implement ToDiagnostic for more things 2021-07-24 17:56:44 +02:00
elkowar
680498df82
Fix lexer string escaping 2021-07-23 18:24:42 +02:00
elkowar
9f70a22cf0
significantly better error message handling everywhere 2021-07-23 13:45:30 +02:00
elkowar
0c137c8b20
Move to crates directory 2021-07-21 19:20:47 +02:00
Renamed from src/parser/lexer.rs (Browse further)