https://github.com/hajimehoshi/goc
A C interpreter in Go
https://github.com/hajimehoshi/goc
Last synced: 7 months ago
JSON representation
A C interpreter in Go
- Host: GitHub
- URL: https://github.com/hajimehoshi/goc
- Owner: hajimehoshi
- License: apache-2.0
- Created: 2018-08-30T18:08:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T18:13:18.000Z (about 7 years ago)
- Last Synced: 2025-02-27T05:55:55.210Z (8 months ago)
- Language: Go
- Size: 229 KB
- Stars: 122
- Watchers: 11
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goc
A C interpreter in Go
Final goal: Eliminate Cgo usages!
Work in progress