Python tool for building and analyzing parsing tables (LL(1), LR(0), SLR(1), LR(1), LALR(1), CLR(1)). Exports tables as CSV and states list as PDF.
-
Updated
Dec 23, 2025 - Python
Python tool for building and analyzing parsing tables (LL(1), LR(0), SLR(1), LR(1), LALR(1), CLR(1)). Exports tables as CSV and states list as PDF.
The MiniRT project at 42 School is an introduction to ray tracing by building a basic 3D renderer in C. It involves parsing scene descriptions, computing ray-object intersections, and rendering images using the MiniLibX library.
Add a description, image, and links to the parsing-techniques topic page so that developers can more easily learn about it.
To associate your repository with the parsing-techniques topic, visit your repo's landing page and select "manage topics."