edubart / nelua-lang

Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
https://nelua.io
MIT License
2k stars 62 forks source link

Add docs about `traits` and `os` libraries and `io.tmpfile` details #35

Closed Andre-LA closed 3 years ago

Andre-LA commented 3 years ago

There are some functions that have long details, which makes the description column grow too much.

I did a research, and discovered that adding table-layout:fixed; CSS rule prevents this column grow, should I add it in this PR?

Preview: https://andre-la.github.io/nelua-lang/libraries/#os