summaryrefslogtreecommitdiff
path: root/modules/language/python
Commit message (Expand)AuthorAgeFilesLines
* advanced argument parsing now works via the def.scm macroStefan Israelsson Tampe2017-09-211-26/+53
* the python def is now workingStefan Israelsson Tampe2017-09-202-48/+54
* definition of functions that follow the python argument parsing styleStefan Israelsson Tampe2017-09-202-0/+224
* simple python formatting now supportedStefan Israelsson Tampe2017-09-192-14/+54
* missing methods addedStefan Israelsson Tampe2017-09-181-6/+59
* the rest of the list functions implementedStefan Israelsson Tampe2017-09-183-7/+148
* reverse! countStefan Israelsson Tampe2017-09-182-18/+132
* slice set and improvementsStefan Israelsson Tampe2017-09-182-30/+159
* + append now implementedStefan Israelsson Tampe2017-09-172-0/+32
* tuplesStefan Israelsson Tampe2017-09-171-0/+15
* slices now workingStefan Israelsson Tampe2017-09-162-7/+55
* raise mixupStefan Israelsson Tampe2017-09-163-6/+10
* initial list supportStefan Israelsson Tampe2017-09-164-19/+171
* referencing python classes will now result in the full function with the self...Stefan Israelsson Tampe2017-09-161-2/+2
* variable length function addedStefan Israelsson Tampe2017-09-162-33/+67
* refactoring of compilerStefan Israelsson Tampe2017-09-161-422/+451
* bugfixesStefan Israelsson Tampe2017-09-163-28/+36
* bugfixesStefan Israelsson Tampe2017-09-162-12/+19
* small typo fixStefan Israelsson Tampe2017-09-162-3/+3
* improved interactive shell improvementsStefan Israelsson Tampe2017-09-161-7/+13
* applicable structs usedStefan Israelsson Tampe2017-09-163-19/+19
* Small improvements to the writerStefan Israelsson Tampe2017-09-151-2/+2
* small buggfix with missing literal => in tryStefan Israelsson Tampe2017-09-151-1/+1
* simplified forStefan Israelsson Tampe2017-09-151-93/+24
* refactoring scheme macros out from the compilierStefan Israelsson Tampe2017-09-145-120/+313
* python loop macro for scheme using python modulesStefan Israelsson Tampe2017-09-131-0/+140
* better operator compilingsStefan Israelsson Tampe2017-09-121-66/+150
* Better python semantics is now followedStefan Israelsson Tampe2017-09-121-30/+99
* improved yieldStefan Israelsson Tampe2017-09-111-1/+1
* further debuggings of tryStefan Israelsson Tampe2017-09-111-2/+2
* try worksStefan Israelsson Tampe2017-09-112-98/+152
* functional objectsStefan Israelsson Tampe2017-09-091-26/+36
* yield now worksStefan Israelsson Tampe2017-09-091-42/+69
* guile modifications git diff and strating supporting yieldStefan Israelsson Tampe2017-09-081-1/+6
* guile modifications git diff and strating supporting yieldStefan Israelsson Tampe2017-09-081-69/+145
* string loopsStefan Israelsson Tampe2017-09-071-15/+35
* improved for loop methodologyStefan Israelsson Tampe2017-09-071-6/+238
* improved class handlingStefan Israelsson Tampe2017-09-061-83/+131
* class definition improvementsStefan Israelsson Tampe2017-09-051-4/+4
* improvements of the compiler and the object system addedStefan Israelsson Tampe2017-09-033-95/+270
* compilerStefan Israelsson Tampe2017-08-313-5/+445
* a commitStefan Israelsson Tampe2014-08-271-1/+1
* developmentStefan Israelsson Tampe2014-06-235-15/+464
* parser workings are tested somewhat and fixedStefan Israelsson Tampe2014-06-082-116/+125
* major update, parser works on simple expressionsStefan Israelsson Tampe2014-05-302-175/+232
* adapted to changed interface of parserStefan Israelsson Tampe2014-05-292-14/+11
* Initial commitStefan Israelsson Tampe2014-05-282-0/+818