Skip to content

Commit

Permalink
improvements to REPL [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
alihsaas committed May 22, 2021
1 parent 41f50de commit 6dae02b
Show file tree
Hide file tree
Showing 10 changed files with 471 additions and 43 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
history.txt
*.nk
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.3.1]
- Added REPL start message
- Added loading Neko files in REPL (.load)
- Added saving session history of evaluated lines in REPL (.save)
- Added Editor mode to repl (.editor)

## [0.3.0]
- Made improvements to CLI and REPL
- Added comparison operations
Expand Down
276 changes: 275 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dae02b

Please sign in to comment.