Skip to content

natiiix/func

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunC Programming Language Compiler

C/C++ CI

The FunC language has a Lisp-like syntax and compiles to C code using GNU Bison and Flex.

Please use this VS Code extension for syntax highlighting.

Example Code

Obligatory "Hello World!":

[stdio]

(func main () int
    (puts "Hello World!")
)

See the example FunC code file, which is used for testing purposes, to get a better idea of what this language looks like.

License

The entire FunC project is licensed under the MIT License, allowing everyone free use without any warranty.

About

FunC Programming Language Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published