Skip to content

Commit

Permalink
Update bytecode-initial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar authored Nov 14, 2024
1 parent 2985ba8 commit 6d7c928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notes/bytecode-initial.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ Source files:
- `selfparse.f.cjs` parses `parser.f.cjs` and generates byte code.
- `build.rs`
- `parser.rs`
- `bc_serializer.rs`
- `vm_api.rs`
- `vm.rs`

Build steps:
1. The build script `build.rs` starts `Deno` with `selfparse.f.cjs` and generates `parser.f.cjs.bc` temporary binary file.
Expand Down

0 comments on commit 6d7c928

Please sign in to comment.