summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more pythonic number systemStefan Israelsson Tampe2017-10-014-86/+299
|
* generic function addition to property lookupStefan Israelsson Tampe2017-10-016-82/+185
|
* lists improvements ordering and dirStefan Israelsson Tampe2017-09-285-28/+39
|
* improved fastmap and dir functionStefan Israelsson Tampe2017-09-285-16/+245
|
* set theoryStefan Israelsson Tampe2017-09-286-146/+159
|
* big commitStefan Israelsson Tampe2017-09-264-9/+492
|
* prefixed import working and also scm inliningStefan Israelsson Tampe2017-09-241-0/+3
|
* import f as g etc now worksStefan Israelsson Tampe2017-09-242-333/+402
|
* bugfixesStefan Israelsson Tampe2017-09-231-2/+8
|
* delete of vectors and dict elements now works as it shouldStefan Israelsson Tampe2017-09-233-13/+77
|
* dicts implementationStefan Israelsson Tampe2017-09-231-0/+451
|
* dicts now works almost entirelyStefan Israelsson Tampe2017-09-236-56/+215
|
* bugfix of stringStefan Israelsson Tampe2017-09-222-10/+13
|
* strings now sully supportedStefan Israelsson Tampe2017-09-223-60/+246
|
* some more string methodsStefan Israelsson Tampe2017-09-212-24/+186
|
* more string functions enabledStefan Israelsson Tampe2017-09-212-17/+24
|
* in now a proper goops methodStefan Israelsson Tampe2017-09-212-8/+45
|
* 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 ↵Stefan Israelsson Tampe2017-09-162-3/+24
| | | | self argument included
* variable length function addedStefan Israelsson Tampe2017-09-162-33/+67
|
* refactoring of compilerStefan Israelsson Tampe2017-09-161-422/+451
|
* bugfixesStefan Israelsson Tampe2017-09-164-30/+38
|
* 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
|
* buggfixes of applicable structsStefan Israelsson Tampe2017-09-161-1/+1
|
* applicable structs usedStefan Israelsson Tampe2017-09-165-97/+106
|
* Small improvements to the writerStefan Israelsson Tampe2017-09-152-52/+36
|
* 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-146-191/+382
|
* python loop macro for scheme using python modulesStefan Israelsson Tampe2017-09-131-0/+140
|
* proper compiling of class variablesStefan Israelsson Tampe2017-09-131-4/+32
|
* better operator compilingsStefan Israelsson Tampe2017-09-121-66/+150
|
* Better python semantics is now followedStefan Israelsson Tampe2017-09-122-32/+104
|
* improved yieldStefan Israelsson Tampe2017-09-111-1/+1
|
* further debuggings of tryStefan Israelsson Tampe2017-09-112-4/+7
|
* try worksStefan Israelsson Tampe2017-09-113-101/+196
|