Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 363 Bytes

Hytl

  • Hytl lang is mrsekut's original toy programming language.
  • Docs

Build

$ ./build.sh

Run

$ stack exec -- hytl-exe repl

  • ex. > 1+1
  • out. 2

AST Mode

$ stack exec -- hytl-exe repl -a

  • ex. > 1+1
  • out. Plus (Int 2) (Int 3)

Quit

> :quit

Help

$ stack exec -- hytl-exe -h