File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2929 find . -name "*.dot" -exec dot -Tsvg {} -o {}.svg \;
3030 - name : Generate index.html for examples directory
3131 run : |
32- find ./target/metair-test -type d -print -exec sh -c 'tree "$0" -H "." -L 1 --noreport --houtro "" --dirsfirst --charset utf-8 -I "index.html" -T "MetaIR Examples" --ignore-case --timefmt "%d-%b-%Y %H:%M" -s -D -o "$0/index.html"' {} \;
32+ find ./target/metair-test -type d -print -exec sh -c 'tree "$0" -H "." -L 1 --noreport --houtro "" --dirsfirst --charset utf-8 -I "index.html" -T "MetaIR Examples" --ignore-case --timefmt "%d-%b-%Y %H:%M" -s -D -o "$0/index.html"' {} \;
3333 - uses : JamesIves/github-pages-deploy-action@3.7.1
3434 with :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -69,11 +69,13 @@ Generated IR (raw and unoptimized):
6969
7070![ IRExample New Instance Creation] ( https://mirkosertic.github.io/MetaIR/de.mirkosertic.metair.ir.examples.NewInstanceTest/newInstance/ir.dot.svg )
7171
72- TODO: Add links to examples repository
72+ A full set of examples can be found in the [ MetaIR Test Suite] ( https://mirkosertic.github.io/MetaIR/ ) . Each directory corresponds
73+ to a single testcase, and you will find the Class-File API Debug YAML and the
74+ generated IR (raw and unoptimized) as well in dot(graphviz) notation and as SVG images.
7375
74- ## JVM instructions not yet implemented
76+ ## JVM instructions not implemented
7577
76- > 🚧 Under development .
78+ > 🚧 These instructions are discontinued and will be removed in the future, so MetaIR will not support them for now .
7779
7880 /**
7981 * (Discontinued) Jump subroutine; last used in major version {@value
You can’t perform that action at this time.
0 commit comments