mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Don't use peg for patch tool.
This commit is contained in:
		| @@ -1,3 +1,3 @@ | |||||||
| # Patch janet.h  | # Patch janet.h  | ||||||
| (def [_ janeth janetconf output] (dyn :args)) | (def [_ janeth janetconf output] (dyn :args)) | ||||||
| (spit output (peg/replace `#include "janetconf.h"` (slurp janetconf) (slurp janeth))) | (spit output (string/replace `#include "janetconf.h"` (slurp janetconf) (slurp janeth))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose