|
|
@ -40,6 +40,18 @@ If there isn't, you can either write a wrapper to do that (similar to the
|
|
40
|
40
|
[one for rust](./bin/run-rust)) or you can implement the `Language`
|
|
41
|
41
|
interface.
|
|
42
|
42
|
|
|
|
43
|
## Development setup
|
|
|
44
|
|
|
|
45
|
```
|
|
|
46
|
~ $ git clone git://github.com/heyLu/lp
|
|
|
47
|
~ $ cd lp/go/linguaevalia
|
|
|
48
|
~/lp/go/linguaevalia $ make # download codemirror
|
|
|
49
|
~/lp/go/linguaevalia $ go run
|
|
|
50
|
```
|
|
|
51
|
|
|
|
52
|
Alternatively, replace `go run` with `qst linguaevalia.go`, to restart
|
|
|
53
|
the server automatically if `linguaevalia.go` changes.
|
|
|
54
|
|
|
43
|
55
|
## Contributions and feedback welcome!
|
|
44
|
56
|
|
|
45
|
57
|
Tell me what you do with it, when it helped you, what you're missing.
|