Skip to content

Commit

Permalink
Upgraded the REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed Mar 7, 2024
1 parent 2e9257d commit 820acdf
Show file tree
Hide file tree
Showing 8 changed files with 576 additions and 13 deletions.
1 change: 1 addition & 0 deletions include/cli.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

namespace cli {
inline auto VERSION = "v0.0.6";

void print_help();
void print_version();
Expand Down
4 changes: 4 additions & 0 deletions include/lib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ namespace fs {

void extension(WrenVM* vm);

void basename(WrenVM* vm);

void filename(WrenVM* vm);

} // namespace fs

namespace os {
Expand Down
Loading

0 comments on commit 820acdf

Please sign in to comment.