Skip to content

A parsing helper to manage symbol resolution by handling scope resolution and finding the right entity from symbols

License

Notifications You must be signed in to change notification settings

moosetechnology/SymbolResolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Github Actions build Build status Coverage Status Pharo version

SymbolResolver

You can download the project in your image by doing:

Metacello new
  baseline: 'SymbolResolver';
  repository: 'github://moosetechnology/SymbolResolver';
  onWarningLog;
  load.

About

A parsing helper to manage symbol resolution by handling scope resolution and finding the right entity from symbols

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 96.7%
  • HTML 3.3%