https://github.com/fasterthanlime/ooc-basekit
ooc bindings for Steve Dekorte's libbasekit
https://github.com/fasterthanlime/ooc-basekit
Last synced: 4 months ago
JSON representation
ooc bindings for Steve Dekorte's libbasekit
- Host: GitHub
- URL: https://github.com/fasterthanlime/ooc-basekit
- Owner: fasterthanlime
- Created: 2009-09-21T01:19:30.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-28T08:31:43.000Z (over 16 years ago)
- Last Synced: 2025-01-04T17:31:03.028Z (over 1 year ago)
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Amos Wenger's ooc bindings for Steve Dekorte's libbasekit
basekit provides a common ground for high level language implementation.
it contains a reasonable implementation of collections,
sequences (UTF-8, UCS-2/UCS-4 string handling), and portable versions of
often-used system functions.
Instructions
============
You must checkout Steve Dekorte's basekit in the same directory as ooc-basekit
in order to use it (check it out on github)
Then add it to your sourcepath, e.g. compile with
ooc -sourcepath=.:../ooc-basekit/ myTest.ooc
(if your project's folder is in the same folder as ooc-basekit)