This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'set' | |
| require 'json' | |
| require 'tree' | |
| require 'fileutils' | |
| # convert C globals to structures using clang ast json dump | |
| # algorithm description | |
| # - get AST with clang | |
| # - convert AST into ruby tree |
OlderNewer