streetartist / minor

一个用python3写的编程语言
5 stars 0 forks source link

I need the right to access your proj #1

Open PeterlitsZo opened 4 years ago

PeterlitsZo commented 4 years ago

If it is OK, could you allow me help you?

streetartist commented 4 years ago

image 非常荣幸。 My pleasure.

PeterlitsZo commented 4 years ago

Of cource I am, It is not a big deal right? By the way, the important thing is just the fun. I will push my commits for you in due course.

(I am coding for ACM, and nice to meet someone that coding for OI)

PeterlitsZo commented 4 years ago

Engineering a Compiler - 2nd Edition - K. Cooper, L. Torczon (Morgan Kaufman, 2012).pdf

this is a file about engineer, and I think maybe it is helpful for you.

streetartist commented 4 years ago

Thank you very much! But would parsing the code with regular expressions be very effective? (I looked at your code) I'm trying to write another version under the other folder. 十分感谢!但是用正则表达式解析代码会十分有效吗?(我看了您的代码)我在other文件夹下试着写另一个版本。

streetartist commented 4 years ago

What do you think of the SubObject Code Parser? I am making it.

PeterlitsZo commented 4 years ago

Of course not, the only to run it is build a AST but not just re of course.

I use re just for meet the tests.

PeterlitsZo commented 4 years ago

https://github.com/PeterlitsZo/lua_source_code_note_cn. The link is to a note book that about how lua's source code run. I'd like to invate you to help me please~ I think before we make our language, studying others is a goog idea.