https://github.com/feenkcom/gt4ruby
https://github.com/feenkcom/gt4ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feenkcom/gt4ruby
- Owner: feenkcom
- License: mit
- Created: 2021-05-10T18:41:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T21:12:28.000Z (11 months ago)
- Last Synced: 2025-07-22T23:23:32.265Z (11 months ago)
- Language: Smalltalk
- Size: 280 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glamorous Toolkit for Ruby
How to parse and import ASTs:
```
GtRubyImporter new parseDirectory: '/home/brant/Downloads/'
```
How to generate classes:
```smalltalk
GtRubyImporter new buildClassesFromDirectory: '/home/brant/Downloads/'
```