Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Reichenbach
EDAP15-exercise-3
Commits
73b8056c
Commit
73b8056c
authored
Dec 04, 2020
by
Noric Couderc
Browse files
Added note to instructions
Gives some info about debugging.
parent
3f7d3de8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exercise3.md
View file @
73b8056c
...
...
@@ -169,6 +169,10 @@ addition, you may find the following files worth investigating:
-
[
The IR AST Definition
](
ir/teal0/ast/ir.ast
)
-
[
The IR Improvements for Teal-2
](
ir/teal2/ast/object.ast
)
contains so more AST nodes for the Teal-2 IR.
### Debugging
You can print TEAL IR with the line numbers using the flags
`-g`
and
`-s`
.
### Arrays in TEAL
Keep in mind that in TEAL, arrays and indexes are automatically
`nonnull`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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