Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed May 25, 2024
1 parent 8e79001 commit 198b603
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions NEXT
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ more on errors:
~ way to port in small steps is to make prog struct fully serializable
and port the vm first

- sort out scopes for processing multiple files (one prog vs many progs)

- reintroduce global & local vars; how does idents resolving play with fields?
- functions, frames, call stack, prog->chunks
- native functions
- can the approach "all vars are local" play well with functions and frames?
- reintroduce global & local vars; how does idents resolving play with fields?

- sort out scopes for processing multiple files (one prog vs many progs) - this will be easier
after functions

0 comments on commit 198b603

Please sign in to comment.