Proof of concept for inline Luau instructions #132
cipharius
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Super cool :) This is just vanilla Luau.CLI, so the regex is compatible with the default output? Is this a custom Vim plugin or something off the shelf? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that
luau --compileis neatly annotated with exact line numbers so I couldn't resist hacking together a script for my editor, which would let me check instructions of any Luau source code line:Pretty silly, but perhaps it can get handy from time to time!
Here is my POSIX shell one-liner for parsing out the line information:
Beta Was this translation helpful? Give feedback.
All reactions