💠Bubble is an experimental text to flowchart language. https://bubblelang.netlify.com/
This project is part of #CreateWeekly, my attempt to create something new publicly every week in 2020.
- The first part, delivered in Week 6, is the language grammar and corresponding parser.
- The second part, delivered in Week 7, is the semantic analyser and basic editor.
- The third part, delivered in Week 8, is the style resolver and Monaco editor with syntax highlighting and inline error reporting.
See contribution guide.
- Add a basic editor for testing the parser
- Part 2: Semantic Analysis of AST
- Add Monaco editor with syntax highlighting and inline errors/warnings
- Part 3: Style resolution
- Part 4: Initial code generation