Crate atlas_core

source ·
Expand description

§atlas-Core

atlas-core is the foundational library for a language creation tool designed to assist users in developing languages. This core library currently serves as the building block for the creation of Atlas77, a functional programming language.

Modules§

Structs§

Enums§

Traits§

  • The Lexer trait defines the interface for lexical analysis.
  • The Parser trait defines the interface for parsing source code and generating an abstract syntax tree (AST).