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

https://github.com/mvertes/parscan


https://github.com/mvertes/parscan

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# parscan

Parscan is an experimental project to test a single parser to multiple
languages and virtual machines.

The first language definition is a subset of Go, enough to implement
simple benchmarks, as fibonacci numbers.

A byte-code based VM and the corresponding byte code generator are
provided.

Note: this is highly experimental and unstable.

## Usage

`go run . ./samples/fib`