1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

Update README.md

This commit is contained in:
Natapat Samutpong 2022-03-13 16:22:27 +07:00
parent 40a7d1d3c3
commit 24dbfc23ff

View file

@ -75,10 +75,6 @@ Steps to build:
- `make` for Makefile - `make` for Makefile
- Rust (if you're going to build from source) - Rust (if you're going to build from source)
# Problems
This is the problem(s) of the language I found throughout while developing it
- Diagnostics stuff only report one error, maybe because of the early return when errors make it only return after first error. Fix is maybe make an error type and continue doing it stuff even if found the error. (Fixable)
# Configuration # Configuration
You can also configurate Hades compiler (currently you can only change the C++ compiler). Make a new file called `hades.toml` in the current working directory and the compiler will look for it! if there isn't one then it will use the default configuration: You can also configurate Hades compiler (currently you can only change the C++ compiler). Make a new file called `hades.toml` in the current working directory and the compiler will look for it! if there isn't one then it will use the default configuration:
```toml ```toml