Skip to content

mohsen3/LowCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LowCal v0.1

An experimental language with minimal syntactical sugar, written in Haskell with Megaparsec.

def example() do
  1
end

It transpiles to JavaScript.

function example() {
  return 1;
}

See the examples folder for more examples.

Getting started

  1. Install stack
  2. Run stack build to build the transpiler
  3. Run stack run examples/sort.lowcal | node - to run a transpiled program!

About

An experimental programming language that transpiles into javascript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors