Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can build the core Slick compiler just by issuing `go build` in the main fol
The core Slick plugin provides implementations for quotation and quasiquotation as a built-in set of macros implemented in Slick itself. Therefore, you first need to build the Slick compiler before you can compile the Slick plugin. Proceed as follows:

* Change to the directory `lib/slick`.
* Compile the Slick plugin to Go using the Slick compiler: `slick plugin.slick plugin.go`.
* Compile the Slick plugin to Go using the Slick compiler: `../../slick plugin.slick plugin.go`.
* [Optional] Format the code to make it look nicer: `go fmt plugin.go`.
* Build the Slick plugin: `go build -buildmode=plugin plugin.go`.
* Change back to the root folder: `../..`.
Expand Down