mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Add stdlib functions from anselme v1
This commit is contained in:
parent
581c60048d
commit
dac5b74fa6
30 changed files with 272 additions and 14 deletions
5
ideas.md
5
ideas.md
|
|
@ -20,10 +20,9 @@ Do some more fancy scope work to allow the translation to access variables defin
|
|||
|
||||
Standard library.
|
||||
|
||||
* Text manipulation would make sense, but that would require a full UTF-8/Unicode support library like https://github.com/starwing/luautf8.
|
||||
* Text and string manipulation would make sense, but that would require a full UTF-8/Unicode support library like https://github.com/starwing/luautf8.
|
||||
- retag/add tags
|
||||
* Something to load other files. Maybe not load it by default to let the calling game sandbox Anselme. Probably create an export scope per file to perform some nice module loading.
|
||||
* Implement the useful functions from Anselme v1.
|
||||
* Text manipulation: concatenation, retag/add tags
|
||||
* And in general, clean up everything.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue