diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2020-01-08 20:22:14 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2020-01-08 20:22:14 +0100 |
commit | ea41a7529715987941257a0330c1eb1ae08cc12c (patch) | |
tree | 825c5a1507d253dac04ef43c136449b117f931f0 /README.md |
Initial commit
Initial version of project. What is done: * Syntax of expressions,commands,programs and types * Crude typechecking * Some typechecking tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f83bdde --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# wpp |