Skip to content

griffinschreiber/Funlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funlang

A programming language, for fun :).

NOTE: this is not complete and may not even compile.

Compilation

This project uses automake, which you can read about it here: GNU -- creating amhello.

You can initiate the build system with autoreconf --install and configure it with ./configure. Then you can make it normally with make, and run it with ./src/funlang.

When changing configure.ac, Makefile.am, or src/Makefile.am, remember to run:

autoreconf -fi
./configure

About

A programming language, for fun :).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published