From 40cce0110c19806d450803e725cfd27bbe44bbe5 Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Tue, 6 Jul 2021 16:17:19 +0900 Subject: [PATCH] Add AUTHORS and .gitignore --- .gitignore | 3 +++ AUTHORS | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 AUTHORS diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..802ae53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.dSYM +.DS_Store diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..d4d2519 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,13 @@ +Ian Piumarta (2016-) + infrastructure + parsing framework + C grammar, C AST + object system design and implementation + metalanguage design and implementation + +Mahe Tardy (2020) + object system implementation + metalanguage implementation + +Nathan Razafimanantsoa, Kumar Mahadayya (2021) + C AST