https://github.com/source-academy/go-slang
Implementation of Go
https://github.com/source-academy/go-slang
Last synced: about 1 year ago
JSON representation
Implementation of Go
- Host: GitHub
- URL: https://github.com/source-academy/go-slang
- Owner: source-academy
- License: apache-2.0
- Created: 2024-07-24T07:25:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T19:54:05.000Z (about 1 year ago)
- Last Synced: 2025-04-13T00:13:05.986Z (about 1 year ago)
- Language: TypeScript
- Size: 3.36 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-slang
Implementation of Go
# Virtual Machine
The virtual machine is used to run programs written in Go. It is written by Teow Hua Jun and Lim An Jun and the source code can be found [here](https://github.com/huajun07/go-virtual-machine).