Created
November 17, 2010 08:17
-
-
Save noqisofon/703129 to your computer and use it in GitHub Desktop.
ぱっけーじからクラスを読み込む感じ
This file contains 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
using std; | |
using runtime.reflection; | |
let silverhorn : Package = Package.load( "libSilberhorn" ); | |
let CVSParser : Class = silverhorn.ansestor.grep( "CVSParser" ).pop; | |
let parser : CVSParser = new CVSParser( filename ); | |
console.println( parser.parse() ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment