Skip to content

peasantoid/punt_defunct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

./make all|punt|modules|install|clean
  all: build everything
  punt: build interpreter
  modules: build modules
  install: install stuff
  clean: remove all build products

Note that you may want to run `./make clean` beforehand, as I'm not too
good at removing build products before doing a commit. Also, stale
object files are likely to interfere with compilation.

Install process:

  $ ./make clean
  $ ./make
  $ (become root)
  # ./make install

About

A simple sexp-based programming language. (NOTE: This source code is defunct/defective and will NOT be updated.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages