A command-line REPL for Ludus.
Go to file
Scott Richmond 735e807488 Fix conflict in listener.ts
Improve matters

Complete first version.
2023-12-26 22:36:37 -05:00
.gitignore Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
.ignore Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
bun.lockb Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
help.txt Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
index.ts Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
listener.ts Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
package-lock.json Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
package.json Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
README.md Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
runner.ts Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
scratch.ld Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
sender.ts Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
tsconfig.json Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00

ludus-repl

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.20. Bun is a fast all-in-one JavaScript runtime.