Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-02 | Remove gcc dependency and use just clang | Manoel Vilela | |
Because the install.sh script use clang and is better reduce the number of dependencies to the minor number as possible | |||
2016-10-01 | Keep the installation more idiomatically | Manoel Vilela | |
Use `install` script instead `cp`. We has a problem yet about the /usr/local/include/brain/io lib because we got a GIANT side effect during the make build process of brain source. This maybe did be done because, in some way, seems more easily to execute. But I think is a worse decision. Why just split the process into two procedures? `make build` and `make install`. Would be really more easy to handle this shit. | |||
2016-10-01 | Add .gitignore file | Manoel Vilela | |
2016-10-01 | Put gcc as dependency instead clang | Manoel Vilela | |
2016-10-01 | Add the first release of Brain Compiler | Manoel Vilela | |