Introduction
This documentation is currently up-to-date with Evaluate v2.0.0-dev (Experimental build). If this is not the latest update, please remind us in the Discord server!
What is Evaluate?
Evaluate is a compiled programming language written in JavaScript. It uses a custom Lexer/tokeniser (not the in-built library) and an Abstract Syntax Tree to work out what you've written.
What can it do?
Evaluate is currently able to store memory, simplify polynomial expressions, run calculations and so much more! It even can cross-compile to whatever architecture you require!
Last updated