Commit graph

6 commits

Author SHA1 Message Date
Filip Tibell
e5e83d1ad6
Rename lune struct to runtime 2024-01-14 10:41:18 +01:00
Filip Tibell
d7c603e881
Refactor CLI to use subcommands, update changelog 2024-01-14 10:35:27 +01:00
Filip Tibell
7d73601a58 Initial scaffolding to get custom globals and require working 2023-08-22 20:00:58 -05:00
Filip Tibell
60026b1c85
Prompt state for REPL does not need PartialEq 2023-08-16 10:58:03 -05:00
Filip Tibell
2b855156bf
Make clippy happy for new REPL, minor changes
- Move some code blocks to be able to remove string cloning
- Use const strings for user-facing REPL messages
- Fix running input code twice when interrupted
- Add notes for future extensions and considerations
2023-08-16 10:56:25 -05:00
bff6dffe90
Implement a REPL (#83) 2023-08-16 10:05:53 -05:00