mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Add quote special to peg syntax to make captures terser.
This commit is contained in:
		| @@ -878,6 +878,7 @@ static const SpecialPair specials[] = { | ||||
|     {"not", spec_not}, | ||||
|     {"opt", spec_opt}, | ||||
|     {"position", spec_position}, | ||||
|     {"quote", spec_capture}, | ||||
|     {"range", spec_range}, | ||||
|     {"replace", spec_replace}, | ||||
|     {"sequence", spec_sequence}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose