mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
[doc] language reference first draft
I mean I don't really plan to do a second draft but it could be a lot better so let's pretend it's a only a draft.
This commit is contained in:
parent
b4fb90602d
commit
a631334b31
4 changed files with 412 additions and 30 deletions
14
readme.md
14
readme.md
|
|
@ -1,6 +1,6 @@
|
|||
# Anselme
|
||||
|
||||
The overengineered dialog scripting system in pure Lua.
|
||||
The overengineered game dialog scripting system in pure Lua.
|
||||
|
||||
This is version 2, a full rewrite. **Currently not stable.**
|
||||
|
||||
|
|
@ -37,10 +37,14 @@ Anselme is licensed under the ISC license, meaning you can basically use it for
|
|||
|
||||
## Documentation
|
||||
|
||||
* [Lua API documentation](doc/api.md)
|
||||
* [Tutorial](doc/tutorial.md)
|
||||
* [Standard library](doc/standard_library.md)
|
||||
* [Language reference](doc/language.md)
|
||||
* [Tutorial](doc/tutorial.md) for a collection of code examples
|
||||
* [Lua API documentation](doc/api.md) for how to use Anselme in your game
|
||||
* [Standard library](doc/standard_library.md) for a description of all built-in functions
|
||||
* [Language reference](doc/language.md) for a description of all language features
|
||||
|
||||
## Related projects
|
||||
|
||||
* [sublime-anselme](https://github.com/Reuh/sublime-anselme) for syntax highlighting of Anselme scripts in Sublime Text 4.
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue