Edit your code. Editing
Parse your code. Checking
Display a tree of elements.
Useful for getting an overview of a script's structure.Details
Display the syntax detected.
Useful for detecting unexpected parsing errors - you can view how the compiler recognises each element.Syntax
Display the raw bytecode.
This shows the raw instruction set run by the virtual machine. Useful for (very) advanced debugging.Bytecode
Output...