mirror of
https://github.com/unidoc/unioffice.git
synced 2025-05-02 22:17:07 +08:00
9 lines
121 B
Bash
9 lines
121 B
Bash
![]() |
#!/bin/bash
|
||
|
echo "lexer"
|
||
|
ragel -G2 -Z lexer.rl
|
||
|
goimports -w lexer.go
|
||
|
|
||
|
ragel -G2 -Z isnumber.rl
|
||
|
goimports -w isnumber.go
|
||
|
|