summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
Commit message (Collapse)AuthorAgeFilesLines
* refactoring functional objectsStefan Israelsson Tampe2017-10-211-17/+21
|
* class system refactoring to enable metaclassesStefan Israelsson Tampe2017-10-191-53/+38
|
* withStefan Israelsson Tampe2017-10-171-1/+12
|
* bytevector improvementsStefan Israelsson Tampe2017-10-171-1/+4
|
* completerStefan Israelsson Tampe2017-10-171-3/+3
|
* bytevecor improvementsStefan Israelsson Tampe2017-10-151-19/+38
|
* bytevectorsStefan Israelsson Tampe2017-10-121-2/+4
|
* equal magicsStefan Israelsson Tampe2017-10-111-4/+6
|
* more pythonic assignmentsStefan Israelsson Tampe2017-10-111-26/+56
|
* bugfixesStefan Israelsson Tampe2017-10-051-18/+33
|
* superStefan Israelsson Tampe2017-10-051-24/+39
|
* property valuesStefan Israelsson Tampe2017-10-041-0/+1
|
* decorators worksStefan Israelsson Tampe2017-10-031-36/+84
|
* complex numbersStefan Israelsson Tampe2017-10-021-2/+4
|
* more numerologyStefan Israelsson Tampe2017-10-021-9/+28
|
* more pythonic number systemStefan Israelsson Tampe2017-10-011-38/+55
|
* generic function addition to property lookupStefan Israelsson Tampe2017-10-011-62/+28
|
* lists improvements ordering and dirStefan Israelsson Tampe2017-09-281-4/+4
|
* improved fastmap and dir functionStefan Israelsson Tampe2017-09-281-11/+43
|
* set theoryStefan Israelsson Tampe2017-09-281-39/+33
|
* big commitStefan Israelsson Tampe2017-09-261-2/+52
|
* prefixed import working and also scm inliningStefan Israelsson Tampe2017-09-241-0/+3
|
* import f as g etc now worksStefan Israelsson Tampe2017-09-241-329/+398
|
* delete of vectors and dict elements now works as it shouldStefan Israelsson Tampe2017-09-231-4/+28
|
* dicts now works almost entirelyStefan Israelsson Tampe2017-09-231-16/+115
|
* bugfix of stringStefan Israelsson Tampe2017-09-221-2/+2
|
* strings now sully supportedStefan Israelsson Tampe2017-09-221-41/+56
|
* some more string methodsStefan Israelsson Tampe2017-09-211-3/+23
|
* more string functions enabledStefan Israelsson Tampe2017-09-211-6/+11
|
* in now a proper goops methodStefan Israelsson Tampe2017-09-211-7/+7
|
* 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-201-0/+1
|
* simple python formatting now supportedStefan Israelsson Tampe2017-09-191-12/+38
|
* reverse! countStefan Israelsson Tampe2017-09-181-1/+3
|
* slice set and improvementsStefan Israelsson Tampe2017-09-181-21/+104
|
* + append now implementedStefan Israelsson Tampe2017-09-171-0/+1
|
* tuplesStefan Israelsson Tampe2017-09-171-0/+15
|
* slices now workingStefan Israelsson Tampe2017-09-161-6/+27
|
* raise mixupStefan Israelsson Tampe2017-09-161-1/+1
|
* initial list supportStefan Israelsson Tampe2017-09-161-15/+57
|
* referencing python classes will now result in the full function with the ↵Stefan Israelsson Tampe2017-09-161-2/+2
| | | | self argument included
* variable length function addedStefan Israelsson Tampe2017-09-161-33/+41
|
* refactoring of compilerStefan Israelsson Tampe2017-09-161-422/+451
|
* small typo fixStefan Israelsson Tampe2017-09-161-2/+2
|
* improved interactive shell improvementsStefan Israelsson Tampe2017-09-161-7/+13
|
* applicable structs usedStefan Israelsson Tampe2017-09-161-13/+12
|
* refactoring scheme macros out from the compilierStefan Israelsson Tampe2017-09-141-119/+11
|
* 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
|