RedGear-Studio/Atlas77

Proof Of Concept And Clean Up + Documentation

Closed this issue · 0 comments

Description

This issue involves integrating the lexer and parser components into the atlas-core library to enable basic parsing capabilities.

Tasks

  • Separate the Lexer and Parser modules into their own cargo projects and use atlas-core as a crate.
  • Add relevant traits, enums, and structs for the Lexer and Parser, ensuring they are well-organized and documented
  • Update the project documentation to reflect the new parsing features, including instructions for developers on how to utilize the parsing components.