mani-language / Mani

Máni ... an awesome, super simple programming language!
https://mani-language.github.io/
Mozilla Public License 2.0
28 stars 7 forks source link

Updating docs to list new features. #15

Open crazywolf132 opened 6 years ago

crazywolf132 commented 6 years ago

We have recently been adding new features. It would be a good idea to add these to the docs, so people know about them. Aswell as how to use them.

We should also add some documentation on the standard library that is being constantly added to.

Below I will reference new features to this "issue" so we know what needs to be added to the docs.

crazywolf132 commented 6 years ago

Should also add the "and" and "or" condition variables in some of the if-else statements in the doc.

crazywolf132 commented 6 years ago

The docs will also have to be redone to match the new Maps and Lists libraries. As much has changed since the new implementations of the API's.

crazywolf132 commented 6 years ago

Need to add the new '%' operator to the docs. 8444312a7e4812854884d7614ada15c3edcac762

crazywolf132 commented 5 years ago

Also need to add and update the current documentation for how the say statement with execute the show function in any class, if it exists.

That than having to create a function in the class to show the contents.

It's function is much like the toString() function when used in a Java class.

crazywolf132 commented 5 years ago

Multi-line commenting added to the docs. 1174adb192789a994e36bd0e1eee974e6cfbfc10

crazywolf132 commented 5 years ago

Need to update Maps and lists library documentation to include new features and update delete function to del in docs