Manoel V. Machado
Manoel V. Machado
That's a nice catch up! It would be awesome for us this being solved. Currently we, at neoway feature store access control, need to check the non-existence ahead of time...
Why just not use [`htmlize`](https://melpa.org/#/htmlize) package? We already have default syntax-highlight with that on export. I have another problem with this is because the blocks of code is not dynamic,...
@gcarlos64 I had the same problem and I somehow, reading the lain code and digging into kernel file descriptors, solved it in the same way. Some system information: ``` awesome...
Interesting! I'll test it.
 This expression doesn't works because it should have wrapped parenthesis. In the expression ```lisp (and (str:starts-with-p "(" str) (str:ends-with-p ")" str)) ``` Will return true, but it should not.
 But the other cases works, like this one above! Thanks
On [reddit thread][r] for lisp-inference I read that: >> My lexer doesn't works very well for parenthesis. > Your lexer is doing too much work then. Lex the string into...
The author saw this issue and change his opinion to: the lexer is doing too litle.
We should write proper tests and maybe remove this parse-string function to webapp. I think makes more sense on lisp-inference engine? There is already a src/parser.lisp file.
Discussion related to lexer rewrite: #25