blob: a149a205983ce3ca90f727049e90ac124459a903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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`
|