Align LinuxCNC parser coverage

This commit is contained in:
cnc
2026-05-23 17:28:41 +08:00
parent 7fe7ea6038
commit f1e10045df
40 changed files with 8881 additions and 313 deletions

View File

@@ -0,0 +1,13 @@
G21 G90
G0 X0 Y0 Z0
F100
O<move_plus> call [4] [6]
G1 X20
M30
O<move_plus> sub
#<sum> = [#1 + #2]
G1 X#<sum>
G1 Y#2
O<move_plus> return
G1 X99
O<move_plus> endsub