Skip to content

JoaoAlexNunes/quixler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig Lexer

This project is a simple lexer implemented in Zig, based on the concepts of lexing input expressions using the Pratt parsing technique. It is designed to be used as part of Essentials of Compilation, providing a foundational component for analyzing source code.

Based on the project Prattcalc

Getting Started

To use the Zig lexer, ensure you have Zig installed on your system. Clone the repository and navigate to the project directory. Then, you can build and run the lexer using the Zig compiler.

git clone https://github.com/JoaoAlexNunes/quixler
cd quixler
zig run build

Example

#TODO

Collaborators


Made with contrib.rocks

Feel free to expand this section with the names or handles of individuals who contributed to the project in any capacity, whether through code, feedback, or ideas. Collaboration enriches the development process and fosters a sense of community within the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages