You need zig 0.12 compiler and that's all
zig build run
Most advanced engine for searching declarations by its types and composing expressions.
- Checkout
main.zig
, by default it usedemoServer
function to build tree using server and client connectin. Filegraph.png
contains visualisation of tree. Declarations on which the tree is built contains inclient.zig
. Main algorithms intree.zig
,Node.zig
,TypeNode.zig
andsubtyping.zig
. - Running tests with
zig build test
. main
function has other useful functions.
TODO: update info
It build prefix-tree like structure with subtyping graphs in Nodes.
Any questions, ask me tg: @De_Gradantos