Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
ce72615f
Commit
ce72615f
authored
Apr 19, 2016
by
Jerome Hugues
Browse files
* Add 'real_theorem' as backend
parent
3ddd55de
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/runtime/python/ocarina/ocarina.py
View file @
ce72615f
...
...
@@ -74,7 +74,7 @@ def instantiate (root_system):
return
runOcarinaFunction
(
libocarina_python
.
instantiate
,
root_system
)
################################################################################
Backends
=
Enum
([
"polyorb_hi_ada"
,
"polyorb_hi_c"
])
Backends
=
Enum
([
"polyorb_hi_ada"
,
"polyorb_hi_c"
,
"real_theorem"
])
'''List of supported backends, used by :data:`generate`'''
# Note, this list should match backend names as specified by Ocarina CLI
...
...
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