diff options
Diffstat (limited to 'src/tg-types/parsers.lisp')
| -rw-r--r-- | src/tg-types/parsers.lisp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tg-types/parsers.lisp b/src/tg-types/parsers.lisp deleted file mode 100644 index 0b6c4ae..0000000 --- a/src/tg-types/parsers.lisp +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | ||
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | ||
| 3 | (defpackage :ukkoclot/tg-types/parsers | ||
| 4 | (:use :c2cl :ukkoclot/strings) | ||
| 5 | (:export tg-string->keyword)) | ||
| 6 | (in-package :ukkoclot/tg-types/parsers) | ||
| 7 | |||
| 8 | (defun tg-string->keyword (str) | ||
| 9 | (intern (string-upcase (snake->lisp-case str)) :keyword)) | ||