rtulip / haystack

Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25 stars 2 forks source link

Add docs for the Standard library: `std/` #141

Open rtulip opened 1 year ago

rtulip commented 1 year ago

Now that a lot more is included by the prelude, none of the tutorials require an include statement any more. We need to maintain some good documentation about what's in the standard library.

wfzyx commented 1 year ago

hey I can work on this, do we have a standard/prefered way to add the docs on the functions at std/ or just adding a comment on top of the function declaration is fine?

rtulip commented 1 year ago

For now comments above the function declaration would be great.