You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | 2 years ago | |
|---|---|---|
| src | 2 years ago | |
| vendor | 3 years ago | |
| .clang-format | 3 years ago | |
| .gitignore | 3 years ago | |
| .gitmodules | 3 years ago | |
| CMakeLists.txt | 3 years ago | |
| LICENSE | 3 years ago | |
| README.org | 3 years ago | |
| lib | 3 years ago | |
| mal | 3 years ago | |
| tests | 3 years ago | |
		
			
				
				README.org
			
		
		
			
			
		
	
	mal - Make a Lisp
This is an implementation of the Make A Lisp project, done in C++20.
Usage
Run the REPL
$ make runRun mal tests
$ make test0 | lessDownload
Clone
$ git clone https://github.com/riyyi/blaze
$ cd blaze
$ git submodule update --init --recursiveOr
$ git clone --recursive https://github.com/riyyi/blazeUpdate
$ git pull
$ git submodule update --recursiveBuild instructions
$ mkdir build
$ cd build
$ cmake .. && make