https://github.com/abarhub/hephaestus
https://github.com/abarhub/hephaestus
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abarhub/hephaestus
- Owner: abarhub
- License: apache-2.0
- Created: 2022-07-16T17:45:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T09:26:24.000Z (almost 4 years ago)
- Last Synced: 2023-03-25T15:30:42.246Z (over 3 years ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hephaestus
[](https://github.com/abarhub/hephaestus/actions/workflows/go.yml)
Interpretor for subset of c.
Example :
```c
void main () {
x=15;
y=x+6;
}
```