1
0
Fork 0
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:
Étienne Fildadut 2024-01-08 19:28:14 +01:00
parent 8562e8f18b
commit bd93dc43dc
10 changed files with 82 additions and 5 deletions

View file

@ -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.
---