Skip to content

Commit

Permalink
App: extend Expression syntax
Browse files Browse the repository at this point in the history
* Support sub-object reference syntax using the following syntax,
    Part.<<Box.>>.Placement
  or, with sub-object label referencing
    Part.<<$Cube.>>.Placement

* Extend indexing support, including range based indexing, e.g.
    A1[B2+1][C3][D4:-1]

* Add new constants, None, True, true, False, false.
  • Loading branch information
realthunder authored and wwmayer committed Sep 28, 2019
1 parent 22fede1 commit a1417c5
Show file tree
Hide file tree
Showing 10 changed files with 7,559 additions and 7,270 deletions.
1 change: 0 additions & 1 deletion src/App/Application.cpp
Expand Up @@ -1750,7 +1750,6 @@ void Application::initTypes(void)
App ::ConditionalExpression ::init();
App ::StringExpression ::init();
App ::FunctionExpression ::init();
App ::BooleanExpression ::init();
App ::RangeExpression ::init();
App ::PyObjectExpression ::init();

Expand Down

0 comments on commit a1417c5

Please sign in to comment.