-
Notifications
You must be signed in to change notification settings - Fork 0
Gunnarinator/vnParser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sam and Gunnar's RenPy Parser (name pending) The goal of this code is to create an HTML graph visualization of a game's decision tree it shouldn't require any special dependencies or building, just run the main function from the main module. Major Modules - Lexer.hs handles turning the RenPy script into tokens - TokenParser.hs turns the list of tokens into a list of ASTs - Main.hs turns the list of ASTs into a graph structure - HTMLify.hs and Dotify.hs turn the graph structure into an HTML or DOT file. contact info: Gunnar: [email protected] Sam: [email protected]
About
A project for Introduction to Haskell where we will be writing Haskell code to parse through a collection of .rpy files and construct a decision tree.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published