Small basic interpreter written as parser specification

mooigraph 6d5448bf35 added llvm intermediate language peg parser in C 3 vuotta sitten
leg-0.1.1 063d5bb7c2 added gml graph language parser using leg parser tool 4 vuotta sitten
leg-0.1.1a 063d5bb7c2 added gml graph language parser using leg parser tool 4 vuotta sitten
leg-gml 76944c0cc1 switched to packcc tool 4 vuotta sitten
leg-gv a28719d833 dot grph language parser added 4 vuotta sitten
packcc-fexl 9081c0cb65 added parser+lexer for fexl script language as peg for packcc 4 vuotta sitten
packcc-gccda 587ac5a21b gcc ci data file parser added 4 vuotta sitten
packcc-gml 1d87fd430d updated C peg gml parser 4 vuotta sitten
packcc-gv 9a61113984 graphviz dot parser for packcc added 4 vuotta sitten
packcc-gv-options 7c37b641c1 added graphviz dot plain graph language parser peg grammar 4 vuotta sitten
packcc-gv-plain 7c37b641c1 added graphviz dot plain graph language parser peg grammar 4 vuotta sitten
packcc-json f221fa7c01 graphviz commandline options parser 4 vuotta sitten
packcc-lisp 141444d930 added lisp language parser+lexer 4 vuotta sitten
packcc-llvmir 6d5448bf35 added llvm intermediate language peg parser in C 3 vuotta sitten
packcc-makina f221fa7c01 graphviz commandline options parser 4 vuotta sitten
packcc-master 76944c0cc1 switched to packcc tool 4 vuotta sitten
packcc-objcg 274d92ea3c added tool to create graph from binary calling lib routines as peg grammar 4 vuotta sitten
packcc-objlibcg 882835e6ba added screenshot of graph layout 4 vuotta sitten
packcc-pascal f221fa7c01 graphviz commandline options parser 4 vuotta sitten
packcc-seq1 13f8b38829 added makina state machine language 4 vuotta sitten
packcc-seq2 13f8b38829 added makina state machine language 4 vuotta sitten
packcc-tulip bf82ae2508 added tool to generate callgraph from binary files using peg grammar 4 vuotta sitten
packcc-vcg 587ac5a21b gcc ci data file parser added 4 vuotta sitten
packcc-wast 16bcaeb628 added wasm assembly language parser 4 vuotta sitten
packcc-yacc 69cc6c979a adding yacc bison parser 4 vuotta sitten
peg-0.1.18 a53c7d3617 initial 4 vuotta sitten
pegjs-gml 3a2c8ffca1 gml grph language synbtax check online page added 4 vuotta sitten
.gitignore 6d5448bf35 added llvm intermediate language peg parser in C 3 vuotta sitten
LICENSE.txt a53c7d3617 initial 4 vuotta sitten
Makefile a53c7d3617 initial 4 vuotta sitten
README.md 6d5448bf35 added llvm intermediate language peg parser in C 3 vuotta sitten
basic.c a53c7d3617 initial 4 vuotta sitten
basic.leg a53c7d3617 initial 4 vuotta sitten
bench.bas a53c7d3617 initial 4 vuotta sitten
fibonacci.bas a53c7d3617 initial 4 vuotta sitten
screenshot.png a53c7d3617 initial 4 vuotta sitten
test.bas a53c7d3617 initial 4 vuotta sitten

README.md

basic

Small basic interpreter written as parser specification

To compile type: make

To extend the features edit the basic.leg file and run the leg tool in peg-0.1.18

At the basic prompt type 'help' for the commands and see the *.bas example files.

The leg-0.1.1 directory has a updated leg tool version to work on.

The leg-0.1.1a directory has version 0.1.1 and version 0.1.18

The leg-gml directory has a gml graph language parser+lexer generated using leg-0.1.18

The packcc-... directories have graph language grammars and test code for use with packcc tool

In the sub directories are graph language and other language parsers and llvm ir parser

screenshot

Made in 🇳🇱