Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CB A1
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Suna Yelgin
CB A1
Commits
3abedd6b
Commit
3abedd6b
authored
1 year ago
by
Suna Yelgin
Browse files
Options
Downloads
Patches
Plain Diff
Update syntree.h
parent
531da86d
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
syntree/syntree.h
+8
-3
8 additions, 3 deletions
syntree/syntree.h
with
8 additions
and
3 deletions
syntree/syntree.h
+
8
−
3
View file @
3abedd6b
...
...
@@ -3,12 +3,17 @@
/* *** Strukturen *********************************************************** */
typedef
/* muss noch definiert werden */
SyntreeNodeID
;
typedef
unsigned
int
syntree_nid
;
SyntreeNodeID
;
/**@brief Struktur des abstrakten Syntaxbaumes.
*/
typedef
struct
{
/* hier sollte noch etwas dazu kommen */
typedef
struct
{
struct
syntree
*
child
;
syntree_nid
value
;
int
size
;
int
allocated
;
}
Syntree
;
/* *** öffentliche Schnittstelle ******************************************** */
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment