I have about 90 tests written with Pest for my Laravel application. Most of the time all the tests pass but sometimes even if I don't make any change to the codebase i get an error.
The error is the same but it occurs of different tests each time.…
I am using Pest.rs for parsing. I need to parse identifiers but reject them if they happen to be a reserved keyword. For example, bat is a valid identifier name but this is not since that has a specific meaning. My simplified grammar is as…
I have two Excel sheets with the name Filter data and Cheque Print on the same workbook, In the Filter Data, I have Cheque Serial Number in Column A2, A3, A4, A5...... and in the Cheque Print, Cheque Print format using VLOOKUP.
I want to copy…
Have been doing a small project on Rust. My app must paint a graph of a linear expression that it has been given. The libraries I am using are pest and plotters.
The issue is in the PEG grammar. Here are two versions (both don't work):
1.
number =…