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.
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.
The entire FunC project is licensed under the MIT License, allowing everyone free use without any warranty.