Move to an AST like data structure #76

Merged
Aire-One merged 39 commits from feat/refactor-ast into master 2023-08-03 21:03:16 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f142f0e750 - Show all commits

View File

@ -1,4 +1,4 @@
local type Node = require("redo.ast.Node")
local type Node = require("types.Node")
local record Dag
nodes_by_module_name: { string : { Node } }