interpreting record update, and > (func application pipe thing). cleaning up main.ts test code
This commit is contained in:
parent
59b718619c
commit
c44a6858ff
3 changed files with 53 additions and 42 deletions
|
|
@ -7,7 +7,6 @@ export class Parser {
|
|||
|
||||
constructor(tokens: Token[]) {
|
||||
this.tokens = tokens;
|
||||
console.log("tokens", tokens);
|
||||
}
|
||||
|
||||
private current(): Token {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue