Commit History

Author SHA1 Message Date
  Herbert Vojčík b485e08cf9 Augmented operand parsed and constructed correctly. 9 years ago
  Herbert Vojčík a1f0888e83 Merge branch 'up' into branching-sends 9 years ago
  Herbert Vojčík dffc22a68c parser/compiler: set cascade receiver later 9 years ago
  Herbert Vojčík 0bd75813f2 QuasiSendNode subclass: #SendNode 9 years ago
  Herbert Vojčík 98d20e1d59 QuasiSendNode subclass: #CascadeNode 9 years ago
  Herbert Vojčík 9d6611b0d1 QuasiSendNode 9 years ago
  Herbert Vojčík 53873413d9 parser: dots at start of sequence. Fix #1210. 9 years ago
  Herbert Vojčík 83daedf0ee parser: ws / dot use review. Fix #1207. Fix #1208. Fix #1209. 9 years ago
  Herbert Vojčík 022bf1b69e parser: remove redundancy 9 years ago
  Herbert Vojčík d7d12ce2ee parser: code clean 9 years ago
  Herbert Vojčík 60f8b26d97 parser: fix some "line undefined, column undefined" errors 9 years ago
  Herbert Vojčík 27bb184612 parser: keywordSend with optional tail 9 years ago
  Herbert Vojčík a878a63eee pass receiver in cascaded messages 10 years ago
  Herbert Vojčík ba4ddbee01 SendNode >> superSend computed, not set 10 years ago
  Herbert Vojčík 98a9a7c477 Simpler isSuperCall, hopefully faster compilation 10 years ago
  Herbert Vojčík 76a84f54b3 Not renaming super to self, not setting classSend. 10 years ago
  Herbert Vojčík 96d7f58833 IRJSTranslator >> visitInstructionList:enclosedBetween:and: 10 years ago
  Herbert Vojčík 8821063e3f recompile 10 years ago
  Herbert Vojčík c7375e774a ASTInterpret fix DNU typo; root super send test passes 10 years ago
  Herbert Vojčík 8d1e8b7487 ProtoObject super send now ends with DNU. Fix #1206. 10 years ago
  Herbert Vojčík 68144b1753 Behavior >> superclass: it's ok to just return JS null 10 years ago
  Herbert Vojčík 8109aca1f4 once and only once 10 years ago
  Herbert Vojčík 32b13de017 Compiler: remove superSends (no one uses it) 10 years ago
  Herbert Vojčík 46c85cbaa4 JSStream: remove #nextPutReturn 10 years ago
  Herbert Vojčík 9554c5debd JSStream: use #nextPutAssignLhs:rhs: 10 years ago
  Herbert Vojčík 5366cc32d8 JSStream: rename to #nextPutIf:then:[else:] 10 years ago
  Herbert Vojčík 52b7efd5a5 Compiler-Inlining: #inlineSend:with:... => inlinedSend:withBlock:... 10 years ago
  Herbert Vojčík 0f8b7c27ec Do not re-alias alias variable 10 years ago
  Herbert Vojčík c6b1144eaf Compiler-Inlining: fix use of hardcoded '$receiver' 10 years ago
  Herbert Vojčík 2a0d738336 Compiler-IR: #visitOrAlias: instead of #alias: in a few places 10 years ago