diff --git a/README.md b/README.md index b25d468..d8dc7d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # peon -Peon is a simple, functional, async-first programming language with a focus on correctness and speed \ No newline at end of file +Peon is a simple, functional, async-first programming language with a focus on correctness and speed + +## Project structure + +# TODO \ No newline at end of file diff --git a/docs/beginning.md b/docs/beginning.md new file mode 100644 index 0000000..f87f5c1 --- /dev/null +++ b/docs/beginning.md @@ -0,0 +1 @@ +# TODO \ No newline at end of file diff --git a/docs/bytecode.md b/docs/bytecode.md new file mode 100644 index 0000000..f87f5c1 --- /dev/null +++ b/docs/bytecode.md @@ -0,0 +1 @@ +# TODO \ No newline at end of file diff --git a/docs/grammar.md b/docs/grammar.md new file mode 100644 index 0000000..f87f5c1 --- /dev/null +++ b/docs/grammar.md @@ -0,0 +1 @@ +# TODO \ No newline at end of file diff --git a/src/test.nim b/src/main.nim similarity index 100% rename from src/test.nim rename to src/main.nim