public
Description: The Pekoe programming language (still in the early development/planning process). Nothing is really usable yet, though quite a few things are working.
Homepage: http://code.google.com/p/pekoe-language/
Clone URL: git://github.com/ishikawa/pekoe.git
pekoe /
name age message
file .gitignore Fri Aug 21 22:21:29 -0700 2009 Added ignore files [ishikawa]
file LICENSE Fri Apr 24 23:17:07 -0700 2009 Fixed copyright notice, readme [ishikawa]
file Makefile Sat Aug 22 04:25:41 -0700 2009 Fixed: reports a coverage of /src [ishikawa]
file README.textile Fri Apr 24 23:17:07 -0700 2009 Fixed copyright notice, readme [ishikawa]
directory doc/ Fri Feb 13 09:35:31 -0800 2009 Added custom style sheet [ishikawa]
directory include/ Wed Nov 11 05:54:09 -0800 2009 Removed unused function: PkTokenizerNewlineSeen... [ishikawa]
directory lib/ Wed Sep 02 09:54:16 -0700 2009 prototype.pk [ishikawa]
directory src/ Wed Nov 11 05:54:09 -0800 2009 Removed unused function: PkTokenizerNewlineSeen... [ishikawa]
directory test/ Wed Nov 11 05:54:09 -0800 2009 Removed unused function: PkTokenizerNewlineSeen... [ishikawa]
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.