mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
Add references to standard
This commit is contained in:
parent
93813185c5
commit
34fe719397
2 changed files with 155 additions and 153 deletions
306
src/waforth.wat
306
src/waforth.wat
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
import WAForth from "../waforth";
|
||||
import sieve from "../../examples/sieve.f";
|
||||
import forth2012TestSuiteTester from "./forth2012-test-suite/tester.fr";
|
||||
import forth2012TestSuiteUtilities from "./forth2012-test-suite/utilities.fth";
|
||||
// import forth2012TestSuiteUtilities from "./forth2012-test-suite/utilities.fth";
|
||||
import forth2012CoreTestSuite from "./forth2012-test-suite/core.fr";
|
||||
import forth2012CorePlusTestSuite from "./forth2012-test-suite/coreplustest.fth";
|
||||
// import forth2012ErrorReport from "./forth2012-test-suite/errorreport.fth";
|
||||
|
|
Loading…
Reference in a new issue