Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nitpick: rename examples from program.rl to program.c.rl #75

Open
milahu opened this issue Oct 27, 2021 · 0 comments
Open

nitpick: rename examples from program.rl to program.c.rl #75

milahu opened this issue Oct 27, 2021 · 0 comments

Comments

@milahu
Copy link

milahu commented Oct 27, 2021

so the file extension shows the embedded language

each compile step removes one extension

ragel atoi.c.rl -o atoi.c
gcc atoi.c -o atoi
atoi.c.rl
atoi.c
atoi

or

atoi.go.rl
atoi.go
atoi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant