ishikawa / pekoe
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
01cf288
pekoe /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
Makefile | ||
| |
README.textile | ||
| |
doc/ | ||
| |
include/ | ||
| |
lib/ | ||
| |
src/ | ||
| |
test/ |
README.textile
The Pekoe programming language
The Pekoe programming language (still in the early development/planning process). Nothing is really usable yet, though quite a few things are working.
Roadmap
Version 0
The early development/planning releases.
- 0.1 initial release
- 0.2 Older versions are implemented in Python
- 0.3 Older versions are implemented in Python
- 0.4 LLVM backend, C++, Basic Kaleidoscope implementation
- 0.5 Enhanced Kaleidoscope implementation: Extending the language with control flow constructs
- 0.6 Rewriting the code from scratch with ANSI C (currently working on)
Requirement
- ANSI C Compiler
Copyright
Copyright © 2008-2009 Takanori Ishikawa <takanori.ishikawa@gmail.com>, All rights reserved.
License
The MIT license. See the LICENSE file for more details.

