summaryrefslogtreecommitdiff
path: root/libgpython/runtime
Commit message (Collapse)AuthorAgeFilesLines
* fixes to strings in generic usuageredbrain2011-03-151-5/+9
|
* large changes in how objects are storedredbrain2011-03-144-63/+142
|
* some fixesredbrain2011-03-111-0/+6
|
* final commit of the dayredbrain2011-03-031-4/+10
|
* some function decl stuffredbrain2011-03-031-4/+4
|
* some more boiler plate code on how calls will be evaluatedredbrain2011-02-241-2/+10
|
* huge bug fixes and cleanups to expression code callsredbrain2011-02-222-17/+13
|
* minor cleanups work on calls and dot operator comencesredbrain2011-02-081-2/+7
|
* added addition bin op and print hook againredbrain2011-02-082-12/+54
|
* huge refactors to how dynamic typing works etcredbrain2011-02-085-23/+67
|
* some more general refactoring and boiler plate stuffredbrain2011-02-024-29/+101
|
* regen makefiles stubs and cleanup runtime lib moreredbrain2011-02-018-7/+10
|
* large refactors to runtimeredbrain2011-02-012-139/+72
|
* cleanup and memory leak fixedredbrain2010-08-213-16/+28
|
* adding callable wraping coderedbrain2010-08-171-0/+37
|
* large front-end code cleanupredbrain2010-08-151-0/+3
|
* cleanup so libgpython compiles properlyredbrain2010-08-141-2/+30
|
* updated added in other primitive object files and skeletonsredbrain2010-08-134-0/+76
|
* fixed sig-segv within processing block decl'sredbrain2010-08-131-2/+2
|
* more garbage collection coderedbrain2010-08-102-1/+35
|
* lots of bug fixes and cleanups to all componentsredbrain2010-08-084-9/+31
|
* cleaning up front-end calls to the runtime libraryredbrain2010-08-071-1/+0
|
* some garbage collection code and runtime fixesredbrain2010-08-031-8/+35
|
* some cleanups and work to the runtimeredbrain2010-08-011-3/+55
|
* adding in member function support for builtin modulesredbrain2010-07-232-3/+42
|
* basic implementation working with runtime evaluationredbrain2010-07-202-9/+16
|
* basic implementation workingredbrain2010-07-192-5/+5
|
* initial eval expression coderedbrain2010-07-111-11/+38
|
* print out the operationredbrain2010-07-111-0/+15
|
* getting ready to finally get some runtime evaluation doneredbrain2010-07-102-2/+9
|
* fixed up some pointer errorsredbrain2010-07-103-11/+14
|
* fix some errorsredbrain2010-07-103-1/+20
|
* basic integer object state creationredbrain2010-07-102-1/+9
|
* seperate out coderedbrain2010-07-104-1/+5
|
* seperate out vector code in its ownredbrain2010-07-105-161/+217
|
* fix warningsredbrain2010-07-101-12/+13
|
* more boilerplateredbrain2010-07-104-3/+122
|
* added garbage collection fileredbrain2010-07-102-3/+21
|
* more boilerplateredbrain2010-07-103-9/+72
|
* cleanupsredbrain2010-07-081-9/+66
|
* adding some vector op coderedbrain2010-07-082-0/+163
|
* adding some object coderedbrain2010-07-083-2/+99
|
* outlining a basic builtin type apiredbrain2010-07-062-2/+40
|
* fixed some namingsredbrain2010-07-051-0/+24