File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,12 @@ files.
168
168
TruffleRuby includes parts of the FFI gem (version as described in [ lib/truffle/ffi/version.rb] ( ../../lib/truffle/ffi/version.rb ) ).
169
169
The FFI gem is copyright 2008-2016, Ruby FFI project contributors, and covered by the three-clause BSD licence (see ` ffi.txt ` ).
170
170
171
+ #### Prism
172
+
173
+ TruffleRuby uses the [ Prism] ( https://github.com/ruby/prism ) Ruby parser
174
+ (version as described in [ src/main/c/yarp/include/prism/version.h] ( ../../src/main/c/yarp/include/prism/version.h ) ),
175
+ copyright Shopify Inc. and is available under an MIT licence (see ` src/main/c/yarp/LICENSE.md ` ).
176
+
171
177
# Java dependencies
172
178
173
179
TruffleRuby has Java dependencies on these modules, which are then included in
You can’t perform that action at this time.
0 commit comments