Ikora Core is a parse for a Robot Framework that builds an AST and a call graph of the language to allow static analysis. In future versions, Ikora Core will implement a Robot Framework Runner.
- Java Development Kit (JDK) 8 or higher
- Maven 3.6.0 or higher
- Clone the project on your machine using
git clone https://github.com/UL-SnT-Serval/ikora-core.git
. - Move to the directory.
- run the Maven command
mvn clean install
.
Code is under the Apache Licence v2.