Documentation on SLA fields #9429
Lancelotbronner
started this conversation in
General
Replies: 1 comment
|
Here's my decision tree pretty print for Decision nodes are marked Constructors decisions within those nodes are marked as either What does The actual constructor they refer to is inlined with pseudo code. What do |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to understand the structure of an SLA file and I was wondering if there was any documentation on the individual fields.
My goal is to generate the code for a decompiler given an SLA file.
I'm currently trying to understand how decision trees are iterated and select constructors to run.
All reactions