package
0.0.0-20220930082050-67fbc49d198a
Repository: https://github.com/akyoto/q.git
Documentation: pkg.go.dev
# README
instruction
This package parses instructions on a very high level.
Example
The following code...
if x > 5 {
doSomething()
}
...would result in 3 instructions:
IfStart
Call
IfEnd