8000 GitHub - howerj/mod-pickle: Modules for the pickle interpreter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

howerj/mod-pickle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module System For Pickle Interpreter

This project is a work in progress. It is in pre-alpha at the moment so should not be counted on to actually do anything useful.

This is a module system for the Pickle Interpreter, which is an interpreter for a TCL like language derived from an interpreter made by Antirez called 'picol'. The interpreter itself is licensed under the BSD license, everything in this repository (unless noted elsewhere) is licensed under the Unlicense.

The interpreter is available at: https://github.com/howerj/pickle.

To Do

  • Manual pages and documentation.
  • Make a build system using Make that would use git to pull down and update sub-modules automatically.
  • Add targets to make and install the shell and modules, these are the 'dist' and 'install' makefile targets.
  • Write wrappers for all of the modules that are pulled in.
  • Figure a way to reuse the code in the original 'main.c' file, perhaps by setting some macros that would allow code to be run before and after the interpreter is run.

Add modules for:

About

Modules for the pickle interpreter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0