We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8411a + 022a0ee commit 793b2a9Copy full SHA for 793b2a9
README.md
@@ -2,8 +2,12 @@
2
3
LISP-like Simple Language Educational Edition
4
made as a final project for ITMO Computer
5
-Arhitecture course.
+Arhitecture course. It is translated to `Tafka IR`,
6
+that then is compiled into `Asmik` assembler for the
7
+`Sleepy VM`.
8
9
## Documentation
10
11
+- [Language Specification](./doc/lang/spec.md)
12
+- [Language Grammar](./doc/lang/sleepy.g4)
13
- [Developement Guide](./doc/dev.md)
0 commit comments