var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
This commit is contained in:
parent
f633a02c32
commit
5bcab07681
11 changed files with 407 additions and 284 deletions
|
|
@ -137,7 +137,8 @@ func (n NumberNode) Bounds() (Pos, Pos) {
|
|||
|
||||
// ListNode a list or sequence of values (items)
|
||||
type ListNode struct {
|
||||
items []Node
|
||||
items []Node
|
||||
content TypeSignature
|
||||
|
||||
start Pos
|
||||
end Pos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue