Nicolas Petton
							
						 | 
						
							
							
								abe2d46627
							
							Merge pull request #537 from herby/less-globals
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								a9800e5918
							
							boot.js: globals never used directly
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								2f4beba12b
							
							.js files wrapped into closure, smalltalk,nil,_st are local
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								3e33832b8d
							
							fixes issue #532
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								80ffa1e04c
							
							- fixes super references
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								ba7c80b615
							
							- don't wrap receivers in _st() for self or literal receivers
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   JohnnyT
							
						 | 
						
							
							
								eaab643d26
							
							Recompile JS for commented classes
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								f69008ab0f
							
							documentation (class comments)
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								9afc4f037a
							
							Recompiled all js files
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								6ee406da85
							
							Recompiled with crlf sanitization.
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								ec8fcb4cf5
							
							Recompiled with space-to-tab conversion.
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								c5a513a221
							
							- Merged contexts locals and args into one object
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								b4f9a7f555
							
							- improved MethodContext >> asString
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								fadbe674a2
							
							- fixed context locals filling
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								7b9e44855c
							
							- Use JS temp variables
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								5921e6bb67
							
							- fix the parser for '\\' selectors
						 | 
						12 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								6fb89d7252
							
							- Mostly working AST interpreter
						 | 
						13 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								a5d64a4838
							
							- use the new code generator (with inlining) by default
						 | 
						13 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								afd7523ef3
							
							- Renamed AbstractCompiler >> loadExpression: to #evaluateExpression:
						 | 
						13 gadi atpakaļ | 
					
				
					
						
							
								   Göran Krampe
							
						 | 
						
							
							
								f8bafa3bcf
							
							Making sure noone has to wonder how to try the Counter class ever again.
						 | 
						13 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								0c436c5586
							
							Merge with dale
						 | 
						13 gadi atpakaļ | 
					
				
					
						
							
								   Göran Krampe
							
						 | 
						
							
							
								3f7b01ba93
							
							Fixed issue #54, added parenthesis around generated js assignments so that they work properly when nested in expressions.
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   JohnnyT
							
						 | 
						
							
							
								973e51b934
							
							Cleaned up old files and amber.js
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								df500499c7
							
							Removed the old Tetris implementation.
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Göran Krampe
							
						 | 
						
							
							
								1e3106ba42
							
							Merge
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								802d2ba3c9
							
							Fixed referencedClasses in method objects. (Issue #43)
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Göran Krampe
							
						 | 
						
							
							
								085a1424de
							
							Added Package properties, storeOn:, storeString, and support for package properties in fileouts (js and st).
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								b8559d7d9b
							
							Fixed the (still unfinished) tetris example
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Göran Krampe
							
						 | 
						
							
							
								82bad4e8cc
							
							Serious fix to inlining by adding () around the conditional operator, important. Recompiled all.
						 | 
						14 gadi atpakaļ | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								d924c6c203
							
							recompiled all js files (with the new escaped selectors)
						 | 
						14 gadi atpakaļ |