/elf

A JVM programing language

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

elf programing language

Introduction

An attempt to write a programing language after following course https://norswap.com/compilers/

Technology Stack

  1. java 11
  2. autumn ( com.norswap )
  3. uranium ( com.norswap )
  4. slf4j
  5. asm
  6. lombok
  7. maven

About elf programing language

  1. Statically typed
  2. General purpose
  3. Bytecode compiled
  4. Interpreted

Datatype

  1. bool
  2. int8
  3. int16
  4. int32
  5. int64
  6. float32
  7. float64

Primitive collections

  1. array
  2. string
  3. map
  4. struct
  5. interface