mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
add \M
This commit is contained in:
parent
f0227af982
commit
02bbd8ec1e
1 changed files with 4 additions and 0 deletions
|
|
@ -169,6 +169,10 @@ export function tokenize(input: string): Token[] {
|
|||
// device control 3 for callie's big project
|
||||
result.push("\x13");
|
||||
break;
|
||||
case "M":
|
||||
// end of medium for callie's big project
|
||||
result.push("\x19");
|
||||
break;
|
||||
default:
|
||||
throw new CompilerError(
|
||||
`invalid escape character: ${input[i]}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue