Skip to content

aaalvik/visast-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend of visAST

DOI

This project was part of my master thesis at University of Bergen, where I developed the tool visAST and examined the usefulness of the tool in teaching. This repository contains the frontend of the project, the backend can be found here: visast backend.

visAST

visAST is a visualisation tool for visualising abstract syntax trees (ASTs). The tool is used to visualise expressions of a given grammar, represented as ASTs. The tool can also visualise the evaluation steps produced by a small-step evaluator. The tool can be found at the visAST webpage.

visast-easy