CS 3040 - Programming Languages and Translators
Winter 2020-21
Materials
Resources
- Installing the Glasgow Haskell Compiler
- Note: if you get the error "user specified .o/.so/.DLL could not be
loaded (addDLL: pthread or dependencies not loaded. (Win32 error 5))",
one solution is run ghci as administrator, but better is to change the
security settings for c:\Windows\System32\pthread.dll and add a
permission for "Users" to read & execute the dll. The system will ask
about granting permissions to folders, but this is a spurious warning
(you're just changing a file) and it can be ignored.
- Alternative to installing ghci
- Software
Languages repository
- ANTLR