Amasaki Shinobu
Amasaki Shinobu
I am also facing a similar issue, namely the need to switch the linked libraries depending on the OS of the build environment. I propose the following approach: In this...
Yes, it is. In the current implementation (from v4.2) of regex pattern parsing, escaping a symbol that does not have a special meaning with a backslash returns false as a...
I confirmed the infinite loop problem and would like to work on fixing this as soon as possible. As for other bad patterns, I would like to consider a plan...
This idea is a good insight for me, but I prefer the simplicity of operators returning a logical type, so I would like to use it in the `regex` subroutine....
Recovery from bad input has been implemented slightly differently than stated above. See [release v4.0](https://github.com/ShinobuAmasaki/forgex/releases/tag/v4.0) and the latest README.md for details. I consider this issue accomplished and will close it...
I was able to reproduce this issue using CMake. This was caused by forgetting to write the dependency "syntax_tree_error_m.F90" in src/ast/CMakeLists.txt in v4.0. It has been fixed in [the release...