Skip to content

serval-uni-lu/ikora-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ikora Core: Robot Framework engine

build codecov License Maven Central

Description

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.

Build requirements

  • Java Development Kit (JDK) 8 or higher
  • Maven 3.6.0 or higher

Build from source

  1. Clone the project on your machine using git clone https://github.com/UL-SnT-Serval/ikora-core.git .
  2. Move to the directory.
  3. run the Maven command mvn clean install.

License

Code is under the Apache Licence v2.