Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

MonsoonDevelopment/M-Flat

Repository files navigation

M♭

Documentation for the languages basic features is found here
Documentation for the standard library is found here

Features:

  • Basic Arithmetic Operations (+, -, *, /)
  • Advanced Arithmetic Operations (^, %, +=, -=, *=, /=)
  • Comparison Operations (<, >, <=, >=)
  • Logical Operations (!, ?, &)
  • Mutable Variables (mut)
  • Immutable Variables (const)
  • Conditional Statements (if, elseif, else)
  • Loop Statements (for, while)
  • Methods
  • Strings
  • Lists
  • Built-in Functions
  • Branch Control Statements (break, continue, return)
  • Comments
  • List Iteration
  • Containers
  • File Importing
  • Indexed List Iteration
  • Indexed Loops
  • Operators
  • GUI / LWJGL Implementation
  • List Indexing
  • String Indexing
  • Null safe

Known Issues

  • Cannot use ContainerInstanceValue or ContainerValue inside