An attempt to write a programing language after following course https://norswap.com/compilers/
- java 11
- autumn ( com.norswap )
- uranium ( com.norswap )
- slf4j
- asm
- lombok
- maven
- Statically typed
- General purpose
- Bytecode compiled
- Interpreted
- bool
- int8
- int16
- int32
- int64
- float32
- float64
- array
- string
- map
- struct
- interface