Prelude of builtin functions #7
|
|
@ -265,6 +265,9 @@ export class Compiler {
|
|||
}
|
||||
|
||||
case terms.FunctionCallOrIdentifier: {
|
||||
if (node.firstChild?.name === 'DotGet')
|
||||
return this.#compileNode(node.firstChild, input)
|
||||
|
||||
return [['TRY_CALL', value]]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user