mondo improvements:
- add second string type - add $ as alias for stack - simplify leaf handling
This commit is contained in:
parent
40f6489111
commit
7db52b3dc2
3 changed files with 30 additions and 25 deletions
|
|
@ -5,7 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th
|
|||
*/
|
||||
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { MondoParser, MondoRunner, printAst } from '../mondo.mjs';
|
||||
import { MondoParser, printAst } from '../mondo.mjs';
|
||||
|
||||
const parser = new MondoParser();
|
||||
const p = (code) => parser.parse(code, -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue