Thun/implementations/Nim
sforman 35097d90a9 Update Nim defs.txt. 2023-08-30 18:46:51 -07:00
..
htmldocs minor cleanup 2023-02-09 08:28:31 -08:00
Makefile Minor cleanup, subtraction. 2022-09-14 21:01:50 -07:00
README.md minor edits 2023-07-31 12:08:39 -07:00
defs.txt Update Nim defs.txt. 2023-08-30 18:46:51 -07:00
joy.nim mul div mod add sub in Nim 2023-08-12 07:54:33 -07:00

README.md

Joy interpreter in Nim

Simple pleasures are the best.

This interpreter written in Nim is part of the Thun project.

Dependencies

If you have nimble installed:

nimble install bigints nimfp 

Building

To build an executable just run:

make

This will copy the implementations/defs.txt file into the Nim project and compile the joy executable.

TODOs:

  • ctrl-c should exit cleanly
  • graphics?
  • words and help?
  • How to integrate docs?