cleaning up interpreter. adding more types. fixing function application, handling infix binary ops, added currying
This commit is contained in:
parent
b6f7e63e49
commit
f2f81b5ed6
4 changed files with 82 additions and 41 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import type { Value } from './types';
|
||||
|
||||
|
||||
// Literals and Variables
|
||||
|
||||
export type Literal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue