coupled simulation + fix nested scopes
This commit is contained in:
parent
7b6ce420c0
commit
b50f52496a
8 changed files with 339 additions and 124 deletions
|
|
@ -1,8 +1,8 @@
|
|||
// Just a simple recursive interpreter for the action language
|
||||
|
||||
import { Environment } from "./environment";
|
||||
import { RuntimeError } from "./interpreter";
|
||||
import { Expression } from "./label_ast";
|
||||
import { Environment } from "./runtime_types";
|
||||
|
||||
const UNARY_OPERATOR_MAP: Map<string, (x: any) => any> = new Map([
|
||||
["!", x => !x],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue