mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Added flow initialization and completed implementation
This commit is contained in:
parent
a3f0caf4ff
commit
1de4d3a5d5
6 changed files with 262 additions and 41 deletions
|
|
@ -92,3 +92,11 @@ func GetCommit() string {
|
|||
}
|
||||
return string(bytes)
|
||||
}
|
||||
|
||||
func Tokenize(s string) map[string]any {
|
||||
tokens := make(map[string]any)
|
||||
|
||||
// find token enclosed in curly brackets
|
||||
|
||||
return tokens
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue