Skip to content

hyperioxx/goscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoScript

GoScript is a dynamically typed, interpreted language created out of curiosity of "How do you build a programming language?"

Requirements:

  • Go 1.24

Install

go install github.com/hyperioxx/goscript/cmd/goscript@latest 

Examples

Example syntax:

// variable declaration
myInt = 1
myString = "foo"
myFloat = 1.0
myArray = [1,2,3,4,"bar"]



// conditionals
if myInt > 1 {
    print(x) // builtin function 
}

Please see the examples folder for more

About

GoScript is a dynamically typed, interpreted language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages