erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Fix #115, #133 #140

Closed mtshiba closed 2 years ago

mtshiba commented 2 years ago

Fixes #115, #133.

Using the fact that a sub-process can set the stack size., I have made the compiler run the main process in a sub-process on Windows.

Improving the efficiency of the parser will be a future issue.