-
Notifications
You must be signed in to change notification settings - Fork 5
Description
After the table, the text is "Having your students/developers perform native installations on their individual machines can lead to unexpected challenges do to the variety of different environments this creates. " That should be "due to".
In the Python section, we have the reader check their version of Python by running the command
python3 --version
Doesn't Windows install the interpreter for Python 3.x with the old name "python"? If so I don't think that the installation of WSL would change that, but I don't know it from personal experience. Perhaps it uses python3.exe as an alias now.
According to the scripts, it looks like the default grammar file is named "spec", and the second choice is "grammar". The former is not documented anywhere. Also, It looks like the plain plcc script does not assume any default grammar file name.