libs-steptalk/Languages/Smalltalk
2025-04-13 22:08:51 +02:00
..
.cvsignore Added .cvsignore files 2002-09-17 13:00:16 +00:00
ChangeLog Allow for temporaries in blocks 2025-04-13 22:08:51 +02:00
Externs.h Implement correct semantics for return statements inside a Smalltalk 2013-03-24 17:02:20 +00:00
Externs.m Implement correct semantics for return statements inside a Smalltalk 2013-03-24 17:02:20 +00:00
GNUmakefile Implement Smalltalk collection protocol methods for NSSet 2025-04-06 17:53:51 +02:00
NSArray+additions.h Initial revision 2002-05-13 22:13:06 +00:00
NSArray+additions.m Return nil from detect: if no match was found 2025-04-06 17:40:27 +02:00
NSDictionary+additions.h Add keysDo: to the collection protocol methods for NSDictionary 2025-04-06 17:44:14 +02:00
NSDictionary+additions.m Add keysDo: to the collection protocol methods for NSDictionary 2025-04-06 17:44:14 +02:00
NSNumber+additions.h StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
NSNumber+additions.m StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
NSObject+additions.h reflect framework changes 2005-09-05 20:03:05 +00:00
NSObject+additions.m reflect framework changes 2005-09-05 20:03:05 +00:00
NSSet+additions.h Implement Smalltalk collection protocol methods for NSSet 2025-04-06 17:53:51 +02:00
NSSet+additions.m Implement Smalltalk collection protocol methods for NSSet 2025-04-06 17:53:51 +02:00
NSString+additions.h Added NSString additions 2003-05-11 15:45:20 +00:00
NSString+additions.m Added NSString additions 2003-05-11 15:45:20 +00:00
SmalltalkEngine.h Changed license to LGPL 2004-04-25 18:18:17 +00:00
SmalltalkEngine.m correct the spelling of deprecated throughout 2018-03-20 21:10:02 +00:00
SmalltalkInfo.plist Add missing semicolons at end of plist dictionaries. 2011-01-20 08:50:33 +00:00
STBlock.h Add methods whileTrue and whileFalse to STBlock 2025-04-06 17:29:45 +02:00
STBlock.m Add methods whileTrue and whileFalse to STBlock 2025-04-06 17:29:45 +02:00
STBlockContext.h Remove unused interpreter attribute and corresponding argument from 2014-10-14 20:13:09 +00:00
STBlockContext.m Fix a whole bunch of space leaks in StepTalk. 2014-11-01 17:47:23 +00:00
STBytecodeInterpreter.h StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STBytecodeInterpreter.m Use numberWithBool: when pushing true and false values onto the stack. 2019-03-27 09:22:10 +01:00
STBytecodes.h Use non-mutable array to fix mutable vs. non-mutable array mismatch 2014-09-09 15:00:54 +00:00
STBytecodes.m StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STCompiledCode.h Use non-mutable array to fix mutable vs. non-mutable array mismatch 2014-09-09 15:00:54 +00:00
STCompiledCode.m Use non-mutable array to fix mutable vs. non-mutable array mismatch 2014-09-09 15:00:54 +00:00
STCompiledMethod.h Use non-mutable array to fix mutable vs. non-mutable array mismatch 2014-09-09 15:00:54 +00:00
STCompiledMethod.m Use non-mutable array to fix mutable vs. non-mutable array mismatch 2014-09-09 15:00:54 +00:00
STCompiledScript.h Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STCompiledScript.m Fix a whole bunch of space leaks in StepTalk. 2014-11-01 17:47:23 +00:00
STCompiler.h Remove redundant code to discard temporary variables 2025-04-13 15:40:49 +02:00
STCompiler.m Allow for temporaries in blocks 2025-04-13 22:08:51 +02:00
STCompilerUtils.h Refactor to prepare for blocks with temporaries 2025-04-13 16:56:24 +02:00
STCompilerUtils.m Refactor to prepare for blocks with temporaries 2025-04-13 16:56:24 +02:00
STExecutionContext.h StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STExecutionContext.m StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STGrammar.m Allow for temporaries in blocks 2025-04-13 22:08:51 +02:00
STGrammar.m.h Initial revision 2002-05-13 22:13:06 +00:00
STGrammar.y Allow for temporaries in blocks 2025-04-13 22:08:51 +02:00
STLiterals.h StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STLiterals.m StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STMessage.h Initial revision 2002-05-13 22:13:06 +00:00
STMessage.m Check the result of the super class initializer and assign it to self. 2013-03-23 18:09:25 +00:00
STMethodContext.h Remove unused environment argument from STMethodContext initializer. 2014-10-14 20:03:39 +00:00
STMethodContext.m Remove unused environment argument from STMethodContext initializer. 2014-10-14 20:03:39 +00:00
STSelector+additions.h Initial revision 2002-05-13 22:13:06 +00:00
STSelector+additions.m Code cleanup 2002-08-30 12:49:09 +00:00
STSmalltalkScriptObject.h Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STSmalltalkScriptObject.m Report unimplemented script methods rather than returning nil 2019-03-25 10:54:17 +01:00
STSourceReader.h StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STSourceReader.m Fix bug where the Smalltalk source reader was loosing the last character 2013-06-30 17:44:50 +00:00
STStack.h StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STStack.m StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STTokenTypes.h Added parser for real numbers 2002-12-21 22:13:15 +00:00
STUndefinedObject+additions.h Initial revision 2002-05-13 22:13:06 +00:00
STUndefinedObject+additions.m Initial revision 2002-05-13 22:13:06 +00:00