An open API service indexing awesome lists of open source software.

https://github.com/red1c3/jkpython

A JVM Python interpreter
https://github.com/red1c3/jkpython

bison evaluator flex interpreter jvm lex lexer parser python yacc

Last synced: 2 days ago
JSON representation

A JVM Python interpreter

Awesome Lists containing this project

README

          

# jkpython
A JVM Python interpreter using Flex/Lex and Bison/Yacc.

Note: This is still WIP, it doesn't offer a lot of Python features yet, we cannot promise it will, contributions are welcome tho.

## Features
- Basic datatypes (numbers, strings, booleans, functions).
- Lists.
- Flow Control.
- Most arithmetic and logical operations.
- Some pre-built functions which are executed on the JVM directly.

## License
[MIT License](./license.md)