Skip to content

xieyuheng/x-forth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-forth

x-forth is a forth-like language with tagged value that is extensible by c.

Install

Dependencies:

  • libx11:
    • debian: sudo apt install libx11-dev
    • ubuntu: sudo apt install libx11-dev

Compile:

git clone https://github.com/cicada-lang/x-forth
cd x-forth
make -j
make test

The compiled binary ./bin/x-forth is the command-line program.

Development

make all      # compile src/ files to lib/ and bin/
make run      # compile and run the command-line program
make test     # compile and run test
make clean    # clean up compiled files

References

Inspirations:

Books:

License

GPLv3

About

x-forth is a forth-like language with tagged value that is extensible by c.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages