File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 61
61
output /*
62
62
* .hi
63
63
* .o
64
- scheme.cabal
65
64
stack.yaml.lock
Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ Shortcut build:
8
8
``` bash
9
9
$ ./build
10
10
```
11
+ for building with ` stack ` or
12
+ ``` bash
13
+ $ ./build-cabal
14
+ ```
15
+ for building with ` cabal `
11
16
12
17
Shortcut repl:
13
18
14
19
``` bash
15
20
$ ./repl
16
21
```
22
+ or use ` ./repl-cabal `
17
23
18
24
Shortcut run binary executable
19
25
@@ -22,6 +28,7 @@ $ ./run -r # Interactive shell
22
28
$ ./run -s test/let.scheme # Run file
23
29
$ ./run --help
24
30
```
31
+ or use ` run-cabal ` .
25
32
26
33
Building the reference implementation.
27
34
@@ -45,6 +52,7 @@ Building the HTML and MediaWiki files for the tutorial text.
45
52
``` bash
46
53
$ stack exec docs
47
54
```
55
+ (or substitute ` cabal ` for ` stack ` in each case).
48
56
49
57
The Wikipedia files are generated to `` output/docs/*.wiki `` . To view the HTML
50
58
output.
You can’t perform that action at this time.
0 commit comments