Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Nilsson
OwlCompiler
Commits
c354bac0
Commit
c354bac0
authored
Dec 04, 2006
by
Anders Nilsson
Browse files
Cleanup
parent
e5a44589
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.bzrignore
View file @
c354bac0
...
...
@@ -9,3 +9,4 @@ siaras/Parser.java
siaras/Siaras.ast
siaras/log.tmp
*Jambalaya.properties
siaras/GeneratedAspects.jrag
CompilerGeneration.jrag
View file @
c354bac0
...
...
@@ -149,7 +149,7 @@ aspect GenPrettyPrinter {
pStream.println(">\");");
pStream.println(" String childIndent = indent + \" \";");
Restrictions restr = getRestrictions();
for (int i=0; i<restr.getNumRestriction(); i++) {
for (int i=0; i<restr.getNum
Owl
Restriction(); i++) {
}
pStream.println(" for (int i=0; i<getNumElement(); i++) {");
...
...
siaras/GeneratedAspects.jrag
deleted
100644 → 0
View file @
e5a44589
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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