Author: Brice Lucifer Token Parser is a library designed to tokenize a source code input, converting it into a series of tokens for further processing such as syntax analysis or interpretation.
- Clone the repository:
git clone https://github.com/BriceLucifer/TokenParser.git
cd token_parser/C- Clone the repository:
git clone https://github.com/BriceLucifer/TokenParser.git
cd token_parser/zig2.Compile the Zig version:
zig build run