cgbsu
cgbsu
I am trying to split apart (and parameterize) my parser, something like this.. ```C++ template< auto ConvertToTypeConstantParameter, typename OperhandTypeParameterType, auto DataTypeNameParameterConstant, auto& LiteralRegexParameterConstant, // = defualt_constant_expression_literal_regex, auto& IdentifierRegexParameterConstant, // =...
Possible to use precedence in pattern matching step? I have 3 terms on for digits ("[0-9]+"), "u" and one for identifiers "[a-zA-Z_][a-zA-Z_0-9]+" I "u" to identify an unsigned integer and...
CTRE is a dedicated Compile Time Regex library, as such it seems to have more regex features, and supports unicode, would it be possible to integrate it into CTPG?
CuPy also has eigsh and it makes computation much faster, the code should be almost identical to what is alraedy there ```Python if method == 'eigsh': from scipy.sparse.linalg import eigsh...
Hello, Your library is amazing and so are your examples. I was working on something similar for my research then stumbled upon your project. I am trying to specify a...
Hello, I tried installing xplot, I am using a OCI container, it seems to download all my packages, including gcc 9.4 -> 7.5, and cling. When I try to run...
Let me start out by saying this is amazing! I was listening to [cppcast](https://cppcast.com/) when I heard about this project. I'm in crunch time for a project and it would...