Updated README.md.

This commit is contained in:
Egor Vorontsov 2024-11-15 08:40:37 +03:00
parent ca8b881903
commit b3e360b6bd
Signed by: Egor Vorontsov
GPG Key ID: DDAF621F6C6FEB43
2 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,6 @@
### This repo is discontinued.
It is kept for historical reasons, and the last commit does not function properly.
For current compiler development process, see **https://apps.sdore.me/PySlang**.

View File

@ -16,3 +16,4 @@
- https://lucidchart.com/techblog/2015/08/31/the-worst-mistake-of-computer-science
- ${lang} as logo ?
- Inheritance as in Ruby: `class A < B { }`
- `for`-`finally`-`else`