mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add functions and variables name
This commit is contained in:
9
src/callable.go
Normal file
9
src/callable.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
type Callable struct {
|
||||
name string
|
||||
params []string
|
||||
code []any
|
||||
stack []map[string]variableValue
|
||||
line int
|
||||
}
|
||||
Reference in New Issue
Block a user