Skip to content

Commit fd15d34

Browse files
committed
Update README link
1 parent cea8e0c commit fd15d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DashQL is a library for creating and analyzing a compact version of the PostgreS
1515
It builds around a Bison parser that materializes AST Nodes into a single Flatbuffer vector.
1616
It can be compiled to WebAssembly and has been originally built for lightweight SQL instrumentation, running on every user keystroke in DashQL.
1717

18-
_Each AST node is packed into [24 bytes](https://github.com/ankoh/dashql/blob/b38e952afcd3367c91ea18f068ed58183dc59683/proto/dashql/parsed_script.fbs#L355-L361) and references matched substrings in the original script text.
18+
_Each AST node is packed into [24 bytes](https://github.com/ankoh/dashql/blob/b95b3f0959f3a17db8378e79d0adb2fa29925a93/proto/fb/dashql/parsed_script.fbs#L357-L364) and references matched substrings in the original script text.
1919
This encoding is compact and efficient for simple passes, but is not directly suited for a full semantic analysis._
2020

2121
<img src="misc/ast.png?raw=true" width="680px">

0 commit comments

Comments
 (0)