add example 'cl-repl'

This commit is contained in:
pls.153 2022-04-09 19:12:45 +02:00
parent 88e7602917
commit f14970c1e1
57 changed files with 6469 additions and 0 deletions

View file

@ -0,0 +1,34 @@
(in-package :editor)
(defvar *lqml-keywords-list*
'("define-qt-wrappers"
"qapropos"
"qapropos*"
"qeql"
"qfrom-utf8"
"qget"
"qlater"
"qload-c++"
"qlog"
"qnull"
"qprocess-events"
"qq"
"qquit"
"qrun"
"qrun*"
"qset"
"qsingle-shot"
"qsleep"
"qt-object"
"qt-object-pointer"
"qversion"
"tr"
;; QML
"q!"
"q<"
"q>"
"q>*"
"find-quick-item"
"qjs"
"root-item"
))