Luiz Fernando Peres
Luiz Fernando Peres
- Implement functions call on Brain. - Allow it to be compatible with LLVM IR.
Compiler enter in undetermined when compiling with following code (Generated code by [Headache](https://github.com/LucasMW/Headache)): [test.brain.zip](https://github.com/brain-labs/brain/files/1665055/test.brain.zip) We should investigate and fix it :)
The compiler currently does not link the output code.
I was thinking of having a possibility to add LLVM IR. That would be very useful for the creation of libraries for Brain. _// using functions in the future_ Any...
Travis is not working properly. PR https://github.com/brain-labs/brain/pull/44 was supposed to have broken, but it is not, once Travis is downloading __my__ dev branch instead.
The `Docker` is in my personal `DockerHub`. Make Brain own `DockerHub` repository
Hey! I tried to compile that in my machine to start understanding how dit works, and although the space the buffer for the file is properly defined, the characters themselves...
Hi, does agensgraph have a formal grammar (such as `BNF`)? I looked everwhere and couldn't find. The question is because I am developing a parser for `F#` and did not...
The `REPL` makes terminal letters transparent on REPL crash. Behaviour is reproducible on Mac and Linux. Steps: - `cd /path/to/quack/src` - `php Main.php` - `:what` - `fn add(x) :- x...