Implemented array storage
This commit is contained in:
examples/array
src/build
arch/x64
asm
ast
core
expression
tests
@ -17,6 +17,7 @@ var examples = []struct {
|
||||
{"hello", "", "Hello", 0},
|
||||
{"factorial", "", "", 120},
|
||||
{"fibonacci", "", "", 55},
|
||||
{"array", "", "ABCD", 0},
|
||||
}
|
||||
|
||||
func TestExamples(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user