Skip to content

mumez/MethodsDefiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MethodsDefiner

MethodsDefiner is a batch-style code generator. You can define a method-writing block and compile actual methods based on that template.

Currently there are two useful classes:

  • MdAccessorMutatorDefiner (for defining accessors/mutators)
  • MdDictionaryDelegationDefiner (for defining dictionary delegation methods)

Installation

Metacello new
  baseline: 'MethodsDefiner';
  repository: 'github://mumez/MethodsDefiner/repository';
  load.

About

A simple Smalltalk methods generator

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors