Hung is an interpreted programming langguage cerated by Ravel Tanjaya written in python, on current stage the language is run on top of python. In the future we hope to use lvvm and gcc to compile the code to a machine code.
For poeple who might be new to programming, choosing the right programming language can be quite a hassle, especially when considering that some programming languages are build to be use with certain purpose. That's why we create Hung.
Hung is created to help people to learn programming concept and a stepping stone for people who are thinking to start programming
Hung are currently available as technology preview. We have not even reach alpha which means the code can be unstable.
HunG is a programming language built on top of python, the main requirement is the python itself.
In order to install HunG programming language please install the following depedencies:
- Termcolor
Then you need to download HunG from this repository and extract it to a folder.
In order to run HunG interpreter you can run the 'hung.sh' on UNIX or 'hung.bat' or Windows machine.
- Some Error message may show wrong placement of the cursor
- Lexer
- Error Handling
- Parser (AST generator)
- Interpreter
- Variable
- Getting started guide
- Conditional Statements
- Comment
- String
- Loops
- Functions
- import statements
- Multiline supports