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

https://github.com/vgsantoniazzi/harsh

harsh — A unfinished C precompiler
https://github.com/vgsantoniazzi/harsh

compilers precompile precompiler

Last synced: 6 days ago
JSON representation

harsh — A unfinished C precompiler

Awesome Lists containing this project

README

          

## Welcome to Harsh

Harsh is a C precompiler written in C.

## Getting Started

From source code:

```
git clone git@github.com:vgsantoniazzi/harsh.git
```

#### Compile

```
make
```

#### Usage (REPL)

```
make run
```

#### Clean object files

```
make clean
```

#### Install

```
make install
```

#### Format source code

```
make format
```

## Contributing

I :heart: Open source!

[Follow github guides for forking a project](https://guides.github.com/activities/forking/)

[Follow github guides for contributing open source](https://guides.github.com/activities/contributing-to-open-source/#contributing)

## License

Harsh is released under the [MIT license](http://opensource.org/licenses/MIT).