Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvertes/parscan


https://github.com/mvertes/parscan

Last synced: 2 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`