Skip to content

advancingdragon/meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

META-II for C
by Long Nguyen

This project is based on the paper META-II by Val Schorre from 1964.

META-II is written in itself so it needs to be bootstrapped from
a C implementation in bootstrap.c.

To build,

gcc -Wall -o bin/boot bootstrap.c
./bin/boot meta.txt bin/meta.c
gcc -Wall -o bin/meta bin/meta.c

The original version of META-II only allowed productions to emit
arbitrary text or the last recognized token.
This version is ZASHQUARED.

About

Val Schorre's META-II

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published