diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-23 16:46:10 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-23 17:04:54 -0700 |
| commit | d0d6aae1e56428f597f69f5c9cfb261afe671f5d (patch) | |
| tree | ef1d572f2bda148ef1d13602b6b4117be8e18aa4 /README.md | |
| download | continuation-passing-intermediate-representation-d0d6aae1e56428f597f69f5c9cfb261afe671f5d.tar.gz continuation-passing-intermediate-representation-d0d6aae1e56428f597f69f5c9cfb261afe671f5d.zip | |
initial parser
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d6ca62 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +An interpreter for the CPS intermediate representation as +suggested in "Compiling with Continuations" by Appel. |
