Skip to content

ComputationWithBoundedResources/jat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAT (Jinja Analysation Tool)

Provides a complexity preserving transformation from Jinja bytecode to (constraint) term rewrite system.

EXAMPLE USAGE

Print help.

jat -h

Analyse all methods in file ListAppend.jbc. Results are stored as ListAppend-Class-method.trs:

jat ListAppend.jbc

Analyse method append of class List in file ListAppend.jbc. Result is printed to stdout:

jat ListAppend.jbc List append 

Return graph representation as dot file.

jat -f DOT ListAppend.jbc

About

Transformation from Jinja bytecode to term rewrtite systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published