Tag: Zig
All the articles with the tag "Zig".
Write Markdown Lexer and Parser in Zig
As the Zig able to do some sort of pattern maching(tagged union), it would be a good way to write some simple DFA(Parser, Lexer) using Zig, using code to create DFA, manage state transform using if-else(switch).
Make Zig Avaliable in Jules Env
How to add Zig programming language compiler to Jules environment