Skip to content

Commit

Permalink
polystat#35 - create intermediate EO representation
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Dec 6, 2022
1 parent 2e47f1e commit 7e47fb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/org.eolang/global.eo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package examples.org.eolang

[x] > global
div. > @
42
x
3 changes: 2 additions & 1 deletion examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ echo "Run Polystat Jar"
curl -L -o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar"
echo "Polystat (EO) analysis has started"
touch polystat-eo-out.txt
java -jar polystat.jar eo --in out/generated --to file=polystat-eo-out.txt --sarif
java -jar polystat.jar eo --in examples/org/eolang --to file=polystat-eo-out.txt --sarif
#java -jar polystat.jar eo --in out/generated --to file=polystat-eo-out.txt --sarif
echo "Polystat (EO) analysis has finished"o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar"
echo "Finished running"

Expand Down

0 comments on commit 7e47fb0

Please sign in to comment.