1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-21 04:39:55 +00:00
janet/src
Calvin Rose 280dca3998 Add shell.c to the amalgamation.
This allows easy builds of the full interpreter with no
build system.

  1. Get janet.c, janet.h, janetconf.h, and shell.c in a directory. Edit
     janetconf.h as desired.
  2. gcc shell.c janet.c -lm -ldl -O2 -o janet (on GNU-Linux for example)
  3. ./janet -h (Yay!)
2019-10-29 19:18:44 -05:00
..
boot Fix suite7 failing when run with no docstrings. 2019-10-29 18:28:41 -05:00
conf Update to 1.4.0 2019-10-14 20:35:13 -05:00
core Improve flychecking. 2019-10-27 16:15:41 -05:00
include Add prin, eprint, and eprin functions. 2019-10-19 09:44:27 -05:00
mainclient Add shell.c to the amalgamation. 2019-10-29 19:18:44 -05:00
webclient Fix webclient. 2019-10-14 20:55:04 -05:00