Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
cc0113a9
Commit
cc0113a9
authored
Nov 22, 2015
by
Maxime Perrotin
Browse files
Update design documentation
parent
645660ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
design/howto
View file @
cc0113a9
...
...
@@ -138,3 +138,16 @@ def continuous_signal(root, parent, context):
i = ogAST.ContinuousSignal()
(...)
return i, errors, warnings
At this point we are done with the parser, which is now capable of filling
an AST containing the new construct.
There are still a number of updates to perform to complete the support of the
new feature:
- Create a graphical symbol for the new feature
- Update the renderer to draw the symbol
- Update the on-the-fly parser for syntax checks in the graphical editor
- Update the statechart renderer
- Update other backends that can be impacted, such as code generators
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment