An open API service indexing awesome lists of open source software.

https://github.com/abarhub/hephaestus


https://github.com/abarhub/hephaestus

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# hephaestus

[![Go](https://github.com/abarhub/hephaestus/actions/workflows/go.yml/badge.svg)](https://github.com/abarhub/hephaestus/actions/workflows/go.yml)

Interpretor for subset of c.

Example :

```c
void main () {
x=15;
y=x+6;
}
```