Rename YARP filepaths to prism filepaths
This commit is contained in:
parent
7e0971eb5d
commit
8ab56869a6
28
.gitignore
vendored
28
.gitignore
vendored
@ -255,17 +255,17 @@ lcov*.info
|
||||
# /wasm/
|
||||
/wasm/tests/*.wasm
|
||||
|
||||
# YARP
|
||||
/lib/yarp/compiler.rb
|
||||
/lib/yarp/dispatcher.rb
|
||||
/lib/yarp/dsl.rb
|
||||
/lib/yarp/mutation_compiler.rb
|
||||
/lib/yarp/node.rb
|
||||
/lib/yarp/serialize.rb
|
||||
/lib/yarp/visitor.rb
|
||||
/yarp/api_node.c
|
||||
/yarp/ast.h
|
||||
/yarp/node.c
|
||||
/yarp/prettyprint.c
|
||||
/yarp/serialize.c
|
||||
/yarp/token_type.c
|
||||
# prism
|
||||
/lib/prism/compiler.rb
|
||||
/lib/prism/dispatcher.rb
|
||||
/lib/prism/dsl.rb
|
||||
/lib/prism/mutation_compiler.rb
|
||||
/lib/prism/node.rb
|
||||
/lib/prism/serialize.rb
|
||||
/lib/prism/visitor.rb
|
||||
/prism/api_node.c
|
||||
/prism/ast.h
|
||||
/prism/node.c
|
||||
/prism/prettyprint.c
|
||||
/prism/serialize.c
|
||||
/prism/token_type.c
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user