-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add partial macro support for Parser2 (#113)
### Macros - ✅ Parameters. - ❌ Primitives in definition: - ✅ Code 1, Circle - ❌ Code 2, Vector line - ✅ Code 4, Outline - ✅ Code 5, Polygon - ❌ Code 6, Moire - ✅ Code 7, Thermal - ✅ Code 20, Vector line - ✅ Code 21, Center Line - ❌ Code 22, Lower Left Line - ❌ Primitives in aperture instance: - ✅ Code 1, Circle - ❌ Code 2, Vector line - ✅ Code 4, Outline - ✅ Code 5, Polygon - ❌ Code 6, Moire - ❌ Code 7, Thermal - ✅ Code 20, Vector line - ✅ Code 21, Center Line - ❌ Code 22, Lower Left Line - ❌ Rotation around macro origin: - ❌ Code 1, Circle - ❌ Code 2, Vector line - ❌ Code 4, Outline - ❌ Code 5, Polygon - ❌ Code 6, Moire - ❌ Code 7, Thermal - ❌ Code 20, Vector line - ❌ Code 21, Center Line - ❌ Code 22, Lower Left Line - ✅ Expressions. - ✅ Constants. - ✅ Variables. - ✅ Addition. - ✅ Subtraction. - ✅ Multiplication. - ✅ Division. - ✅ Unary + operator. - ✅ Negation. - ✅ Variable definitions. Resolves: #115
- Loading branch information
Showing
65 changed files
with
3,478 additions
and
1,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.