Skip to content

AREPL alpha v5

Compare
Choose a tag to compare
@Almenon Almenon released this 24 Oct 04:01
· 82 commits to master since this release

Requirements:

Installation:

  1. Download
  2. Unzip folder
  3. Launch arepl.exe

Features:

  • Real-time evaluation of code
  • Collapsible display of local variables
  • Instant display of errors with stack trace
  • Breakpoints
  • Sublime key-bindings

see it in action:

Alt Text

Changelog:

Full Changelog

Implemented enhancements:

  • resizeable editor #42
  • better display of regex match objects #38
  • Added #$save command for "saving" the code above it (so it doesn't get re-evaluated every time you type).
    This feature is buggy so beware. #30

Fixed Bugs

  • Restart (via F1) was broken

Dev Enhancements:

  • Log execution time #39
  • Refactored python evaluator

Mac / Linux user?

I don't have a build ready for mac yet, sorry. The linux build is probably broken as well. If you really want to try it out you can clone the repository and follow the developer instructions in the readme