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
- Host: GitHub
- URL: https://github.com/red1c3/jkpython
- Owner: Red1C3
- License: mit
- Created: 2023-01-24T21:14:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T20:14:30.000Z (over 3 years ago)
- Last Synced: 2025-02-27T21:52:27.717Z (over 1 year ago)
- Topics: bison, evaluator, flex, interpreter, jvm, lex, lexer, parser, python, yacc
- Language: Java
- Homepage:
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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)