-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
180 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.objectionary.aoi.launch | ||
|
||
/** | ||
* @param args command line arguments | ||
* - args[0] path to the folder with the program to be analyzed | ||
*/ | ||
fun main(args: Array<String>) { | ||
launchAoi(path = args[0]) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<program ms="160" | ||
name="sandbox.app" | ||
source="/Users/c71n93/Programming/EOLANG/sandbox/eo/sandbox/app.eo" | ||
time="2023-02-24T11:46:15.652234Z" | ||
version="0.29.1"> | ||
<listing>+package sandbox | ||
+alias org.eolang.io.stdout | ||
|
||
[] > animal | ||
[] > talk | ||
stdout "talk" > @ | ||
|
||
[] > dog | ||
animal > @ | ||
[] > move | ||
TRUE > @ | ||
|
||
[x] > main | ||
x.move > @ | ||
|
||
[args...] > app | ||
main dog > @ | ||
</listing> | ||
<errors/> | ||
<sheets/> | ||
<license/> | ||
<metas> | ||
<meta line="1"> | ||
<head>package</head> | ||
<tail>sandbox</tail> | ||
<part>sandbox</part> | ||
</meta> | ||
<meta line="2"> | ||
<head>alias</head> | ||
<tail>org.eolang.io.stdout</tail> | ||
<part>org.eolang.io.stdout</part> | ||
</meta> | ||
</metas> | ||
<objects> | ||
<o abstract="" line="4" name="animal" pos="0"> | ||
<o abstract="" line="5" name="talk" pos="2"> | ||
<o base="stdout" line="6" name="@" pos="4"> | ||
<o base="string" data="bytes" line="6" pos="11">74 61 6C 6B</o> | ||
</o> | ||
</o> | ||
</o> | ||
<o abstract="" line="8" name="dog" pos="0"> | ||
<o base="animal" line="9" name="@" pos="2"/> | ||
<o abstract="" line="10" name="move" pos="2"> | ||
<o base="bool" data="bytes" line="11" name="@" pos="4">01</o> | ||
</o> | ||
</o> | ||
<o abstract="" line="13" name="main" pos="0"> | ||
<o line="13" name="x" pos="1"/> | ||
<o base="x" line="14" pos="2"/> | ||
<o base=".move" line="14" method="" name="@" pos="3"/> | ||
</o> | ||
<o abstract="" line="16" name="app" pos="0"> | ||
<o line="16" name="args" pos="1" vararg=""/> | ||
<o base="main" line="17" name="@" pos="2"> | ||
<o base="dog" line="17" pos="7"/> | ||
</o> | ||
</o> | ||
</objects> | ||
</program> |
f561921
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
22-09150626
discovered insrc/main/kotlin/org/objectionary/aoi/generate/PlGenerator.kt
) and submitted as #24. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.f561921
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
22-3ef54865
discovered insrc/main/kotlin/org/objectionary/aoi/generate/PlGenerator.kt
) and submitted as #25. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.f561921
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
22-a4c0b55e
discovered insrc/main/kotlin/org/objectionary/aoi/generate/PlGenerator.kt
) and submitted as #26. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.f561921
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
22-12722703
discovered insrc/main/kotlin/org/objectionary/aoi/generate/PlGenerator.kt
) and submitted as #27. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.f561921
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
22-90745655
discovered insrc/main/kotlin/org/objectionary/aoi/generate/util/PrologFileWriter.kt
) and submitted as #28. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.