libs-steptalk/Languages/Smalltalk
2019-03-27 09:22:10 +01:00
..
.cvsignore Added .cvsignore files 2002-09-17 13:00:16 +00:00
ChangeLog Use numberWithBool: when pushing true and false values onto the stack. 2019-03-27 09:22:10 +01: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 NSDictionary 2019-02-22 11:24:15 +01:00
NSArray+additions.h Initial revision 2002-05-13 22:13:06 +00:00
NSArray+additions.m Fix -collect: method to properly handle nil results from block. 2013-04-03 07:46:24 +00:00
NSDictionary+additions.h Implement Smalltalk collection protocol methods for NSDictionary 2019-02-22 11:24:15 +01:00
NSDictionary+additions.m Implement Smalltalk collection protocol methods for NSDictionary 2019-02-22 11:24:15 +01: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
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 StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STBlock.m Remove comma that unintentionally breaks an exception format string 2017-12-27 18:59:05 +01: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 StepTalk Smalltalk compiler: int->NSInteger transition 2013-05-26 15:51:26 +00:00
STCompiler.m Fix a whole bunch of space leaks in StepTalk. 2014-11-01 17:47:23 +00:00
STCompilerUtils.h Fix wrong return type in method declaration 2017-12-27 17:43:44 +01:00
STCompilerUtils.m Check the result of the super class initializer and assign it to self. 2013-03-23 18:09:25 +00: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 Change Smalltalk grammar to allow empty list of temporaries. 2013-05-26 16:14:13 +00:00
STGrammar.m.h Initial revision 2002-05-13 22:13:06 +00:00
STGrammar.y Change Smalltalk grammar to allow empty list of temporaries. 2013-05-26 16:14:13 +00: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