mirror of
https://github.com/janet-lang/janet
synced 2025-09-09 06:16:08 +00:00
Don't use peg for patch tool.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Patch janet.h
|
||||
(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