Tag: Zig
All the articles with the tag "Zig".
Make Zig Avaliable in Jules Env
Updated:How to add Zig programming language compiler to Jules environment
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).