wip: interpreter

This commit is contained in:
2024-01-25 10:57:23 +07:00
parent 8cd8859c85
commit 692babe938
6 changed files with 84 additions and 42 deletions

View File

@@ -1,14 +1,7 @@
package elm
import (
// "unicode"
// "bytes"
// "bufio"
// "strings"
"fmt"
//"os"
"errors"
// "encoding/binary"
// "strconv"
)
const STACK_SIZE = 1024