Symbolic/Numeric CAS (Computer Algebra System) with UML-like Syntax
$ waf distclean # Removes old build files
$ waf configure # Configures build environment
$ waf generate # Generates lexer and parser from ANTLR4 grammar file
$ waf deploy # Deploys the generated lexer and parser to the Java source dir
$ waf build # Compiles the source filesCopyright © 2013 Dylon Edwards
Distributed under the MIT License.