Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 532 Bytes

ARCHITECTURE.md

File metadata and controls

31 lines (16 loc) · 532 Bytes

TablaM: A relational language

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.