https://github.com/willf/ruby_dmap
Ruby implementation of DMAP (Direct Memory Access Parsing)
https://github.com/willf/ruby_dmap
Last synced: about 1 year ago
JSON representation
Ruby implementation of DMAP (Direct Memory Access Parsing)
- Host: GitHub
- URL: https://github.com/willf/ruby_dmap
- Owner: willf
- License: mit
- Created: 2011-04-10T03:57:22.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-10T03:59:03.000Z (about 15 years ago)
- Last Synced: 2025-03-24T12:52:26.254Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
DMAP (Direct Memory Access Parsing)
===================================
This is a Ruby implementation of DMAP (Direct Memory Access Parsing),
as originally implemented in Common Lisp by Will Fitzgerald.
It provides a simple semantic memory system (providing abstractions
and features), and a parse-to-memory parser.
The Common Lisp version can be found at:
http://www.entish.org/code/icp/
This is a work in progress -- not ready for use.