First, build Jep and place your jep-*.jar, jep.so, and libjep.jnilib files in the lib/ folder for SBT to pick them up. If you do not have a libjep.jnilib file, copy the jep.so file and rename it to ...
A comprehensive TypeScript-based Python source code parser that generates Abstract Syntax Trees (AST) following the Python ASDL grammar specification. This library provides complete parsing, unparsing ...