Skip to content

Commit

Permalink
Ark: separate code module into code, data and util
Browse files Browse the repository at this point in the history
The 'data' module is closer to the 'runtime' we'll need for standalone
JavaScript programs.
  • Loading branch information
rrthomas committed Jul 24, 2024
1 parent 9b93811 commit 6325345
Show file tree
Hide file tree
Showing 14 changed files with 572 additions and 531 deletions.
2 changes: 1 addition & 1 deletion src/ark/basics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import test from 'ava'
import {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
debug,
} from './code.js'
} from './util.js'
import {ArkState} from './interpreter.js'
import {compile} from './reader.js'

Expand Down
Loading

0 comments on commit 6325345

Please sign in to comment.