Skip to content

Changes

Summary

  1. Fixes (details)
Commit d6eae8716784d47d046694ff5dba7c346ad6ee10 by Martin Sjölund
Fixes

- [ ] Changed `import_clause` to include `.*` explicitly as it is
  a different lexical token than `.` `*`.
- Fixed S_CHAR to be a fragment (broke during ANTLR 4 to 3 conversion)
- Added a docker image with some libraries to test the parser on
The file was addedgrammar/test.mo
The file was modified grammar/Modelica.g (diff)
The file was modified grammar/build.sh (diff)
The file was added.CI/antlr/Dockerfile
The file was modified grammar/.gitignore (diff)
The file was modified .gitignore (diff)
The file was addedgrammar/Makefile
The file was modified grammar/Main.java (diff)
The file was modified .CI/Jenkinsfile (diff)