Haxe console is an online interpreter that can be used to test haxe syntax and code snippets from your browser.
It runs on the client and relies on
hscript to evaluate expressions without compiling.
This page also uses
DConsole, which wraps hscript and provides a cross-platform console to use in applications.
This page repository can be found on
github.
Shorcuts:
Enter |
Evaluate console input. |
Up |
Previous history entry. |
Ctrl + Enter |
Continue to next line. |
Down |
Next history entry. |
Ctrl + R |
Run code. |
PageUp |
Scroll console up. |
Ctrl + L |
Clear console. |
PageDown |
Scroll console down. |