cleaning up interpreter. adding more types. fixing function application, handling infix binary ops, added currying

This commit is contained in:
Dustin Swan 2026-02-01 16:06:06 -07:00
parent b6f7e63e49
commit f2f81b5ed6
No known key found for this signature in database
GPG key ID: 30D46587E2100467
4 changed files with 82 additions and 41 deletions

View file

@ -1,6 +1,5 @@
import type { Value } from './types';
// Literals and Variables
export type Literal = {