🏴‍☠️
PirateLang
GitHub
  • Installation
  • README
  • Project Structure
    • Interpreter
    • Lexer
    • Parser
    • Shell
  • Standard Library
    • Standard.String
    • Standard.Terminal
  • Usage
    • Syntax
Powered by GitBook
On this page
  1. Project Structure

Parser

Last updated 1 year ago

CtrlK

Structural Diagrams

Chart outlining the conversion of a token to a node, through the parser.

Parser -> StartParse() -> ParserFactory -> TokenParser-> INode

ParserToNodeChart