1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 03:07:38 +00:00
bobbylisp/README.md
2022-02-12 21:32:20 +07:00

325 B

Hycron

Programming language

func main :: () -> Int = {
    let msg :: String = "Hello, World";
    puts(msg);
    return 1;
};

TODO

  • Compliation
  • Optimization
  • Use chumsky instead of nom for parsing
  • Error reporting (better with chumsky)