Rename YARP filepaths to prism filepaths

This commit is contained in:
Kevin Newton 2023-09-27 12:22:36 -04:00
parent 7e0971eb5d
commit 8ab56869a6
1930 changed files with 34 additions and 34 deletions

28
.gitignore vendored
View File

@ -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