ruby/yarp
Mike Dalessio 60a52caf87 [ruby/yarp] Avoid an extra "stop" parameter to yp_strspn_whitespace_newlines
and use yp_strspn_inline_whitespace instead.

Partially reverts implementation details from #1152

https://github.com/ruby/yarp/commit/c8f9f4cfde
2023-09-07 18:13:51 +00:00
..
enc [ruby/yarp] Switch from handling const char * to const uint8_t * 2023-08-30 14:41:23 -04:00
templates [ruby/yarp] Introduce owned constants 2023-09-07 14:01:21 +00:00
util [ruby/yarp] Avoid an extra "stop" parameter to yp_strspn_whitespace_newlines 2023-09-07 18:13:51 +00:00
api_pack.c [ruby/yarp] Fix wrong conversion and cast 2023-08-08 13:21:39 +00:00
config.yml [ruby/yarp] Constants and def nodes 2023-09-07 12:42:02 +00:00
defines.h Suppress macro redefinition warnings 2023-09-06 01:23:35 +09:00
diagnostic.c [ruby/yarp] Extract error messages into diagnostic.c and use canonical message IDs 2023-09-07 16:36:56 +00:00
diagnostic.h [ruby/yarp] Extract error messages into diagnostic.c and use canonical message IDs 2023-09-07 16:36:56 +00:00
extension.c [ruby/yarp] Consider source encoding for `slice` 2023-09-06 19:50:21 +00:00
extension.h [ruby/yarp] Consider source encoding for `slice` 2023-09-06 19:50:21 +00:00
node.h [ruby/yarp] Introduce a BlockLocalVariableNode 2023-09-05 18:41:51 +00:00
pack.c
pack.h Manual YARP resync 2023-07-05 16:58:55 -04:00
parser.h [ruby/yarp] Switch from handling const char * to const uint8_t * 2023-08-30 14:41:23 -04:00
regexp.c [ruby/yarp] Switch from handling const char * to const uint8_t * 2023-08-30 14:41:23 -04:00
regexp.h [ruby/yarp] Switch from handling const char * to const uint8_t * 2023-08-30 14:41:23 -04:00
unescape.c [ruby/yarp] Extract error messages into diagnostic.c and use canonical message IDs 2023-09-07 16:36:56 +00:00
unescape.h [ruby/yarp] fix: double-counting of errors in parsing escaped strings 2023-09-01 17:04:37 +00:00
version.h [ruby/yarp] Bump to v0.10.0 2023-09-01 20:56:15 +00:00
yarp.c [ruby/yarp] Avoid an extra "stop" parameter to yp_strspn_whitespace_newlines 2023-09-07 18:13:51 +00:00
yarp.h [ruby/yarp] Add a value to numbered references 2023-08-30 21:31:36 +00:00
yarp_compiler.c [YARP] Miscellaneous small bug fixes (#8387) 2023-09-07 10:59:51 -04:00
yarp_init.c Fix the YARP init path 2023-08-16 17:47:32 -07:00