diff --git a/doc/standard_library.md b/doc/standard_library.md index 02897a9..65718a2 100644 --- a/doc/standard_library.md +++ b/doc/standard_library.md @@ -1,4 +1,4 @@ -TODO +TODO generate from source # Standard library diff --git a/ideas.md b/ideas.md index b62abe7..401958c 100644 --- a/ideas.md +++ b/ideas.md @@ -7,12 +7,13 @@ Loosely ordered by willingness to implement. Documentation: * language reference * tutorial +* standard library --- 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. +* Text and string manipulation would make sense, but that would require a full UTF-8/Unicode support library like https://github.com/starwing/luautf8. -> might favor bad practices for translation - retag/add tags * And in general, clean up everything.