Skip to content

A compiler for my own functional programming language, JLang.

Notifications You must be signed in to change notification settings

jaygarza1982/jlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Jlang is functional programming language that is compiled to 32 bit x86 Linux machine code executable

Getting started

Installing dependencies

$ sudo apt install nasm gcc-multilib g++-multilib
$ python3 jlang.py make project && ./projects/project/project

Features

  • Raw x86 assembly code injection
  • Printing
  • Global variable declaration
  • Function declaration
  • Function calling
  • Assembly output file
  • More to come!

About

A compiler for my own functional programming language, JLang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published