Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 692 Bytes

FoxLang Compiler

LLVM moment

thats gonna be fun

Anyway this uses premake. just run premake5 [build env, such as gmake2 for makefiles] after installing premake5.

We are at the cutting edge of compiler technology

just look at this code (Also it would be cool if there was a gh style for FoxLang)

if (true) {
🦊println("Hello World!")
}

there will never be any indentation arguments again!

Also if i ever make a formatter, there will be only one idomatic style.

Actually I'm just learning that there is a list of every language and its code block style in the github linguist repo