abantogroups / LumaLang

An toy programming language for my os

Home Page:https://lucamienert.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LUMA Language

Description

An toy programming language for my operating system. For now it is using the C-Standard Libary but I will change it to my custom C-Libary, specialized for LumaOS. It is still an very early work in progress so building it will do nothing but throw errors.

Features to implement (or already implemented):

  • Lexical analysis

Usage

Prerequisites

  • nasm (for later compiling)
  • gcc

Building

make

Using

./bin/lumalang.out <your .luma file>

Alternatively you can program your program into an C-String and compile it yourself.

Resources

About

An toy programming language for my os

https://lucamienert.github.io

License:GNU General Public License v3.0


Languages

Language:C 98.6%Language:Makefile 1.4%