Skip to content

Commit 8900503

Browse files
authored
Update README.md
1 parent 214279f commit 8900503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fortran-shlex
2-
Modern Fortran port of Python's shlex shell-like lexer. This package implements the simple shlex lexer, inspired by the Python shlex module, and based on the Golang implementation. The interface comes with two
2+
Modern Fortran port of Python's shlex shell-like lexer. This package implements the simple shlex lexer, inspired by the Python shlex module, and based on the Golang implementation. The interface comes with two functions, `split` which parses a command-like string and returns an array of allocatable character strings; and `shlex` that perform the same, but return a list of `type(shlex_token)` tokens. Error control is optional, via a boolean `success` keyword or a token that may return an error string.
33

44
## Install
55

0 commit comments

Comments
 (0)