Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvertes/parscan
https://github.com/mvertes/parscan
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvertes/parscan
- Owner: mvertes
- Created: 2024-01-15T15:14:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T09:27:18.000Z (10 months ago)
- Last Synced: 2024-04-02T10:58:34.532Z (10 months ago)
- Language: Go
- Size: 213 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`