v2.1.2
What's Changed
- updated Visitor code generator to add pragma by @NicolasAnquetil in #24
- adding BinaryExpression and UnaryExpression to the Core Fast Traits by @lsafina in #25
- Fix #28: move
dump
extensions to the Tools package by @Gabriel-Darbord in #29 - Created an abstract class for validation of meta-model through AST co… by @NicolasAnquetil in #30
- correct invocation of #getASTFromString: by @NicolasAnquetil in #31
- New check and raising error in differentialValidator by @NicolasAnquetil in #32
- Allow to work on only one file by @NicolasAnquetil in #33
- changed comparison of ASTs to give more indo by @NicolasAnquetil in #34
- DifferentialComparator now also compared on some properties values by @NicolasAnquetil in #36
- File encoding by @NicolasAnquetil in #37
- adding dependency to 'core' in baseline for 'tools' by @NicolasAnquetil in #39
- moved FASTTexporter trait from FASTFortran to FASTCore by @NicolasAnquetil in #40
- Refactoring a bit how indentation is handled by @NicolasAnquetil in #41
New Contributors
- @lsafina made their first contribution in #25
- @Gabriel-Darbord made their first contribution in #29
Full Changelog: v2.1.1...v2.1.2