adrian-thurston / ragel

Ragel State Machine Compiler
MIT License
532 stars 46 forks source link

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

Open milahu opened 3 years ago

milahu commented 3 years ago

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