Skip to content

aaalvik/VisAST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisAST: Generic AST Visualizer for Software Language Education

VisAST is a tool for easily visualizing ASTs and other internal representations of small (teaching) languages.

Examples

example-if

Installation and Usage

  • You need the npm JavaScript package manager.
  • You also need Elmnpm install elm.
  • You also need a whole bunch of dependencies – these can be installed by running just npm install inside the ASTVisualiser directory.
  • Once all dependencies are installed, you can start the application with npm start.
  • Point your browser to localhost://8080/ and enjoy!

About

Generic AST Visualizer for Software Language Education

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published