mitsuhiko / arana-main (http://dev.pocoo.org/)

A mirror of the main arana repository. Arana is a small object oriented programming language written in C.

Clone this repository (size: 410.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/mitsuhiko/arana-main/

Shortlog (showing r197:289ad1a6f083 (tip) → r173:597ba118beb4)

Age Author Message A M D «
13 months birkenfeld birkenfeld Fix another typo. 1
13 months birkenfeld birkenfeld Fix typo. 3
13 months birkenfeld birkenfeld Give the poor float its pos/neg operations. 1
13 months birkenfeld birkenfeld Use GC_MALLOC_ATOMIC where applicable. 7
13 months birkenfeld birkenfeld Fix two signedness issues. 2
13 months mitsuhiko mitsuhiko Merged. 1
13 months mitsuhiko mitsuhiko Added support for getters. 1 5
13 months birkenfeld birkenfeld Implement list multiplication. 1
13 months birkenfeld birkenfeld Fill in lineno and column in AST nodes. 10
13 months mitsuhiko mitsuhiko Automated merge with ssh://team@pocoo.org/arana-main 1
13 months mitsuhiko mitsuhiko TILDE is %left. 1
13 months birkenfeld birkenfeld Implement tuple targets correctly. 3
13 months birkenfeld birkenfeld Implement string multiplication. 1
13 months birkenfeld birkenfeld Remove old filenames from hgignore. 1
13 months mitsuhiko mitsuhiko Unified assexpr and target and named the conglomerate target which is less… 1
13 months mitsuhiko mitsuhiko Put the version information into the executable. 1 5
13 months mitsuhiko mitsuhiko Fixed a bug in the compiler that caused TMPOP to break. The pointer returned wa… 1
13 months mitsuhiko mitsuhiko Added ctx to tuples and fixed for loop compilation from ast. 3
13 months mitsuhiko mitsuhiko Fixed augops. 3
13 months mitsuhiko mitsuhiko Boolean and None are no longer subclasses of Integer. 3
13 months mitsuhiko mitsuhiko Added list concatenation and improved error message for missing methods. 4
13 months mitsuhiko mitsuhiko Added concationation operator. 12
13 months mitsuhiko mitsuhiko Added support for integer/float additions, subtractions etc. Also the repr… 3
13 months mitsuhiko mitsuhiko The interpreter now has an array of special singletons so that they are not… 4
13 months mitsuhiko mitsuhiko Added code for stack size calculation. 5