Skip to content

gentjankolicaj/elf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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