Skip to content

Release for v0.1.0.0

Latest
Compare
Choose a tag to compare
@mortim mortim released this 07 Jan 11:49

This release is the Noc version fully written in Haskell and fully interpreted

Select the Noc patch zip file, some bugs are patched or some improvements are added after this release:

  • Fix import parsing (the '\r' char was allowed in the imported module name).
  • Call the try combinator to the bool parser. (An error occured when you declare a function with the same sequence of chars than True or False).
  • Fix parsing brackets for the 'format' function.
  • Adding the STD functions source code link in their docstring.

Features

  • Stack-based language
  • An embbeded REPL
  • A list of combinators for the stack manipulation
  • Typed dynamically
  • Homoiconic (quotes)
  • Provides a module system
  • Includes a STD (Standard Library)
  • Pattern matching

STD

Those files written in Noc allow to use more useful functions in Noc