Red1C3 / jkpython

A JVM Python interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A JVM Python interpreter

License:MIT License


Languages

Language:Java 63.5%Language:Kotlin 26.3%Language:Lex 5.0%Language:Yacc 5.0%Language:Python 0.1%Language:Makefile 0.1%