Local development copy of go-basic before it's made public
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
peter 039a9f3077 Implement break 2 years ago
calculator Fix comparisons 2 years ago
debug Remove types from function definitions 2 years ago
examples Convert parser from BASIC to C as IDE's probably won't support BASIC and it allows us some better flexibility later 2 years ago
executor Implement break 2 years ago
parser Add C style for loop 2 years ago
script Implement break 2 years ago
state Prevent variable access outside the local function 2 years ago
stdlib Fix error handling of Args in stdlib 2 years ago
tools Expressions now processed 2 years ago
visitor Add C style for loop 2 years ago
.gitignore Initial commit 2 years ago
Go.include Initial commit 2 years ago
Jenkinsfile Initial commit 2 years ago
Makefile Initial commit 2 years ago
Makefile.include Initial commit 2 years ago
go.mod Change project name to go-script 2 years ago
platforms.md Initial commit 2 years ago
version.go Initial commit 2 years ago