mirror of
https://github.com/Reuh/candran.git
synced 2025-10-28 02:09:30 +00:00
Updated README
This commit is contained in:
parent
01ff6e6240
commit
006099a57c
1 changed files with 6 additions and 0 deletions
|
|
@ -31,11 +31,17 @@ end)
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
||||||
|
Candran is released under the MIT License (see ```LICENSE``` for details).
|
||||||
|
|
||||||
#### Quick setup
|
#### Quick setup
|
||||||
Install Candran automatically using LuaRocks: ```sudo luarocks install rockspec/candran-0.4.0-1.rockspec```.
|
Install Candran automatically using LuaRocks: ```sudo luarocks install rockspec/candran-0.4.0-1.rockspec```.
|
||||||
|
|
||||||
Or manually install LPegLabel (```luarocks install LPegLabel```), download this repository and use Candran through the scripts in ```bin/``` or use it as a library with the self-contained ```candran.lua```.
|
Or manually install LPegLabel (```luarocks install LPegLabel```), download this repository and use Candran through the scripts in ```bin/``` or use it as a library with the self-contained ```candran.lua```.
|
||||||
|
|
||||||
|
#### Editor support
|
||||||
|
Most editors should be able to use their existing Lua support for Candran code. If you want full support for the additional syntax in your editor:
|
||||||
|
* **Atom**: [language-candran](https://atom.io/packages/language-candran) support the full Candran syntax
|
||||||
|
|
||||||
The language
|
The language
|
||||||
------------
|
------------
|
||||||
### Preprocessor
|
### Preprocessor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue