TablaM: A relational language
July 19, 2022 ยท View on GitHub
This document describes the high-level architecture of TablaM.
If you want to familiarize yourself with the code base, you are just in the right place!
Code
src
Contains the main crates of the project
src/core
The main code/structures.
src/parser
A pratt inspired parser
src/tablam
The REPL of the language
tools
Tooling support (syntax highlighter, editor support, language server)
docs
Documentation based on the zola static generator.