mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Add file loading functions to stdlib
This commit is contained in:
parent
8562e8f18b
commit
bd93dc43dc
10 changed files with 82 additions and 5 deletions
3
ideas.md
3
ideas.md
|
|
@ -12,8 +12,6 @@ Documentation:
|
|||
|
||||
Translation.
|
||||
|
||||
Translation model for stdlib: ?
|
||||
|
||||
Do some more fancy scope work to allow the translation to access variables defined in the translation file?
|
||||
|
||||
---
|
||||
|
|
@ -22,7 +20,6 @@ Standard library.
|
|||
|
||||
* 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.
|
||||
* And in general, clean up everything.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue