aboutsummaryrefslogtreecommitdiff
path: root/lang/tinypy/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Restore maintainershipPav Lucistnik2009-12-311-1/+1
| | | | | | | Submitted by: Marcin Cieslak <saper@saper.info> Notes: svn path=/head/; revision=246924
* - Reset maintainerPav Lucistnik2009-07-081-1/+1
| | | | | | | | <saper@system.pl> (reason: 550 user not found... podany uzytkownik nie istnieje...) Notes: svn path=/head/; revision=237448
* tinypy is a minimalist implementation of python in 64k of codeDmitry Marakasov2009-04-021-0/+50
it includes a whole heap of features: * parser and bytecode compiler written in tinypy * fully bootstrapped * luaesque virtual machine with garbage collection written in C it's "stackless" sans any "stackless" features * cross-platform :) it runs under windows / linux / macosx * a fairly decent subset of python o classes and single inheritance o functions with variable or keyword arguments o strings, lists, dicts, numbers o modules, list comprehensions o exceptions with full traceback o some builtins * batteries not included -- yet WWW: http://www.tinypy.org/ PR: 132124 Submitted by: Marcin Cieslak <saper at SYSTEM dot PL> Notes: svn path=/head/; revision=231456