skiplang / skip

A programming language to skip the things you have already computed

Home Page:http://skiplang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs : Missing Stdlib entries

leinadsepol opened this issue · comments

If we go on matches function of String doc
Links to the regular expression module are available.
However, the documents targeted by these links are not accessible.

In addition, like Regexp, some other very useful modules like Subprocess, Math, ... are not present in the Stdlib documentation

Yeah, the stdlib docs on the website only cover the core types. There are a few features that need to be added to the docs in order to handle more types. A big one is showing the public fields of a class, since some of the classes (off the top of my head, the return value of Subprocess.spawn) have fields only and no methods. Help is definitely appreciated here!