You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Go function definition defined in `plugins/dfl/main.go` takes in the expression and context. For complete patterns for `C`, `C++`, and `Python`, see the `examples`.
70
+
The Go function definition defined in `plugins/dfl/main.go` takes in the expression and context. For complete patterns for `C`, `C++`, and `Python`, see the `examples` folder.
69
71
70
72
# Examples:
71
73
@@ -138,7 +140,11 @@ You can compile DFL to pure JavaScript with the `scripts/build_javascript.sh` sc
138
140
139
141
**Shared Object**
140
142
141
-
The `build_so.sh` script is used to build a Shared Object (`*.go`), which can be called by `C`, `C++`, and `Python` on Linux machines.
143
+
The `scripts/build_so.sh` script is used to build a Shared Object (`*.go`), which can be called by `C`, `C++`, and `Python` on Linux machines.
144
+
145
+
**Changing Destination**
146
+
147
+
The default destination for build artifacts is `go-dfl/bin`, but you can change the destination with a CLI argument. For building on a Chromebook consider saving the artifacts in `/usr/local/go/bin`, e.g., `bash scripts/build_cli.sh /usr/local/go/bin`
0 commit comments