/LogicLang

A language that supports only some logical structures and outputs it's AST for plugins to use.

Primary LanguageC++

Build Status Test Status

Logic Lang

  • A Lang that takes in pseudocode with some logical structures and outputs an AST for various purposes!

Roadmap

  • Lexer
  • Parser (Shift Reduce)
  • Annotater AST (semantic)
  • Plugin to convert AST into flowchart

TODO

  • Find WASM compatible way of reading files using fstream
  • Make code WASM Friendly in general