-
This is just super cool. An attempt that fail miserable with Erlang https://github.com/kureikain/relang/commit/7c7e55476474dbea5c016284b63704ceca9e433f :(
-
The generator work perfectly to generate NuSMV code using the `model` package but, as usual with generated code, the result files may sometime lack readability.
A solution might be to add comment to …
-
```
Enter the infix expression to convert and evaluate: 2+2 4
The equivalent postfix expression is: 2 24 +
The expression evaluates to: 26
```
Affects: `libpostfix`, `PostfixFX`
nlowe updated
9 years ago
-
```
Add visitor which pushes NOT expressions to right above symbols in the AST.
This is useful when displaying RUBRIC expressions to users, as we can then
display one alias for positive symbols and an…
-
One of the reduction steps in the theory plugin (for strings) I'm working on involves creating a fresh string variable and then asserting some facts about it. I couldn't find any other theory plugins …
-
```
Add visitor which pushes NOT expressions to right above symbols in the AST.
This is useful when displaying RUBRIC expressions to users, as we can then
display one alias for positive symbols and an…
-
I would like to see in phpmd search for typical development functions:
- var_dump
- die
- exit
- var_export
etc.
-
This line of code `var versionMatch = ua.match(/version\/([\.\d]+)/i);` from [ocLazyLoad.loaders.common.js](https://github.com/ocombe/ocLazyLoad/blob/master/src/ocLazyLoad.loaders.common.js#L99) cras…
-
Provide a top-level `eval` function, something like:
`pd.eval(function_or_string,method=None, **kwargs)`
to support things like:
1) out-of-core computation (locally) (see #3202)
2) string evaluati…
-
```
Add visitor which pushes NOT expressions to right above symbols in the AST.
This is useful when displaying RUBRIC expressions to users, as we can then
display one alias for positive symbols and an…