flip111
flip111
I have this PHP script i'm trying to convert to haskell to see how scripting works. ```php
Based on [this code](https://github.com/agrafix/Spock-scotty-benchmark/issues/5#issuecomment-350491596) i did a benchmark for spock. There seems to be a significant performance regression compared to scotty at least on the hardware i'm using. # Spock...
What's the best practice in regard to multiple databases? I read in the tutorial that `conn` in `SpockM conn sess st a` is for "a database", where would i put...
It would be nice to have functionality that can detect unused use declarations.
The indentation system has the feeling that it could use a makeover. There are some problems with it in my opinion 1. The 4 spaces are hardcoded, when it could...
Input php code ```php
i have this piece of zep code ``` zephir public static function toPropertyString(array properties) { var x, ret, k, v; let x = false; let ret = "{"; for k,...
I have my first look on the clash compiler and about the readibility of the vhdl i'm raising some issues. I would like to know whether these issue are: 1....
Would be great to have support for multiple start-symbols. I guess it would not be difficult to add since the start rule is just found in the rules https://github.com/hoaproject/Compiler/blob/de036d5ccfbfaca21c350537d25d0a0f247930eb/Llk/Parser.php#L173 https://github.com/hoaproject/Compiler/blob/de036d5ccfbfaca21c350537d25d0a0f247930eb/Llk/Parser.php#L774-L783
improve error handling avoid undescriptive php warning