Y-Less

Results 103 issues of Y-Less

Pawn-playground has a feature where you could single-step pre-processor macro replacements to see exactly how they were evaluated at every stage of compiling. It was incredibly handy. Please add that.

There should be a way to compile with `-l` (i.e. pre-process) and somehow map that back to the input source.

There should be a way to compile with `-a` (i.e. generate assembly) and somehow map that back to the input source.

You can enter a nice title for your fiddle, but this isn't actually used. I wanted to retrieve an old one I'd written. I knew roughly what I'd called it,...

If you click the stop button twice fast enough, you get an error about "Invalid request (your script is not currently running).

Another draft PR for comments, since it is a larger one. I've basically written a class to do all the maths and position tracking for building up packets with lots...

I wanted to add support for this virtual CAN bus: https://esd.eu/en/products/can-sdk I know there's a basic virtual CAN already in the library, but it doesn't work between processes. This is...

enhancement

If you set a custom `_R` macro the `CMPS` opcode becomes: ```c pri=0; for (i=0; i+4

### Issue description: According to the (very minimal) `__emit` documentation (currently all in various pull requests instead of the wiki) `__emit{}` syntax should be valid in expressions. ### Minimal complete...

state: stale

### Issue description: Display additional information to the user. Also, ensure it displays even when there's a fatal error, because it could be used to provide helpful information. I'm even...

area: pre-processor
state: discuss
type: feature