shulkerscript-lang/src
Moritz Hölting 9cc77ce2a9 use strsim to suggest similar identifiers in UnknownIdentifier error 2025-08-27 17:05:21 +02:00
..
base implement new tokenizer & parser for TemplateStringLiteral 2025-08-25 19:12:20 +02:00
lexical allow escaping of $ in macro string 2025-08-26 21:15:41 +02:00
semantic use strsim to suggest similar identifiers in UnknownIdentifier error 2025-08-27 17:05:21 +02:00
syntax fix parse error panicing in function args 2025-08-27 10:08:41 +02:00
transpile use strsim to suggest similar identifiers in UnknownIdentifier error 2025-08-27 17:05:21 +02:00
lib.rs apply clippy lints from version 0.1.89 2025-08-13 15:26:36 +02:00
serde.rs rename MacroString to TemplateString 2025-08-25 15:51:21 +02:00
util.rs allow escaping of $ in macro string 2025-08-26 21:15:41 +02:00