interpreting record update, and > (func application pipe thing). cleaning up main.ts test code

This commit is contained in:
Dustin Swan 2026-02-01 16:46:18 -07:00
parent 59b718619c
commit c44a6858ff
No known key found for this signature in database
GPG key ID: 30D46587E2100467
3 changed files with 53 additions and 42 deletions

View file

@ -7,7 +7,6 @@ export class Parser {
constructor(tokens: Token[]) {
this.tokens = tokens;
console.log("tokens", tokens);
}
private current(): Token {