-
This refers to require expressions that can be outside of the top-level scope, or can accept arbitrary strings to determine where to require from (i.e. require at runtime). The usecase I have for this…
-
First of all, thank you very much for this amazing project.
A big request - could you please provide a little more detailed information on the compilation rules expressions?
I mean:
```
rules…
-
### basic
`a.b` `^abc` `abc$` `\d` `\w` `\s`
- `.` 임의의 한 문자 `a.b` = {"acb", "a2b", "a!b", ...}
- `^` 문자열 시작 `^abc` = {abc로 시작하는 모든 문자열}
- `$` 문자열 끝 `abc$` = {abc로 끝나는 모든 문자열}
- `\d` 숫자 = {0…
-
Hello everyone!
This project looks amazing. However, I loaded a simple trace from the [Caesar verifier](https://www.caesarverifier.org/) and got a bunch of objects that look like internal formattin…
-
This program generates two errors:
* Syntax error, insert ";" to complete LocalVariableDeclarationStatement
* Syntax error on token "yield", AssignmentOperator expected after this token
```
pu…
-
The proposition is to implement the well known optional expressions.
## Description
A common feature is the abiity to offer optional text attached to words. It can generally be used to deal with…
-
Hi!!
I am getting these errors, and I would like to know if it is really an error.
```
getExpr: Error parsing expresion [(and (car_assembled car1))]
getExpr: Error parsing expresion [(car_ass…
-
We would like to use InfiniteOpt as interface for https://github.com/dionysos-dev/Dionysos.jl. For this, we would need to use `||` constraints but we get into an error with InfiniteOpt:
```julia
usi…
-
RISC OS's CLI supported a `*IF` command, which would evaluate an expression and call a command if the expression evaluated as true. `*if then [else ]`
https://www.riscosopen.org/wiki/documentati…
-
There are use-cases where I want to use `.SDcols=function` and add an extra column or two. Currently, I think I need to do something like:
```r
DT[, c(.(chrvar = chrvar), .SD), .SDcols = is.numeri…