Compare commits
2 Commits
58dfb8c923
...
5ca1b51590
Author | SHA1 | Date | |
---|---|---|---|
|
5ca1b51590 | ||
|
331cc6cb69 |
|
@ -143,4 +143,4 @@ init {
|
|||
|
||||
You can transpile Chookspeak to Javascript and HTML by using the program in the repository. Compile it with `gradle installDist`, then run `./build/install/chookspeak/bin/chookspeak` (add .bat if you're a crazy Windows user). You'll notice it complains about not having a file. Add the path as your argument. eg `./build/install/chookspeak/bin/chookspeak notepad.chsp`. Your program should be compiled to HTML and Javascript in valid egg format, which can be added to your Chookchat instance.
|
||||
|
||||
When running the transpiler, don't be worried if debug messages come up. For now, there's no way to error it other than having your egg declaration not at the start of your code.
|
||||
If there is a bug in the compiler (which I'm sure there are), run with the `-v` flag (for verbose) after the file path. This will give you more info on what the program is doing.
|
||||
|
|
Loading…
Reference in New Issue
Block a user