Skip to content

adh/ListTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListTalk

A small Lisp-like runtime and REPL written in C.

Build

meson setup build
meson compile -C build

If libedit is available when configuring the build, the REPL links against it for editable line input and history support. Builds without libedit keep using standard line input.

Run

./build/listtalk

Run source files:

./build/listtalk path/to/file.lt

Pass script arguments:

./build/listtalk path/to/file.lt arg1 arg2

In script mode, *command-line* is bound to a list of strings containing all command-line entries from argv[1] onward (script path included).

Test

meson test -C build

License

MIT. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages