ishikawa / pekoe
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
0a49fac
commit 0a49fac68c88c79f758bf60ff5913a123d52681d
tree 7f18442d446179130e0f41ca7d350f6aa91061a5
parent 8a0dfa1ca1331d50b51beed387531e790c00cc6d
tree 7f18442d446179130e0f41ca7d350f6aa91061a5
parent 8a0dfa1ca1331d50b51beed387531e790c00cc6d
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.

