Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 564 Bytes

File metadata and controls

22 lines (14 loc) · 564 Bytes

dot

The main command line tool to build, run, test, profile or debug dotLang code

Current status: v0.2.0 released

Features included:

  • Basic binding definition inside a function
  • Function definition and calling
  • Return basic math expressions as result of a function
  • Expressions can include other bindings, function calls and basic math operators

How to compile?

On a fresh Ubuntu installation you will need to install below before you can compile the code:

  • llvm
  • llvm-dev
  • clang

Then you can run x.sh to compile the compiler and run tests.