wip
This commit is contained in:
parent
4385319874
commit
58bae14528
@ -47,9 +47,8 @@ func (analyzer *analysisOperation) analyzePhrase (
|
|||||||
phrase Phrase,
|
phrase Phrase,
|
||||||
err error,
|
err error,
|
||||||
) {
|
) {
|
||||||
base := phraseBase {
|
base := phraseBase { }
|
||||||
|
base.location = inputPhrase.Location()
|
||||||
}
|
|
||||||
|
|
||||||
arguments := []Argument { }
|
arguments := []Argument { }
|
||||||
for index := 0; index < inputPhrase.Length(); index ++ {
|
for index := 0; index < inputPhrase.Length(); index ++ {
|
||||||