Skip to content

dotlang/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published