Small changes

master
Araozu 2023-12-16 20:35:24 -05:00
parent 498f8fb87f
commit 7379c469d3
2 changed files with 6 additions and 5 deletions

View File

@ -22,11 +22,11 @@
## v0.0.9 ## v0.0.9
- [ ] Hand made CLI, remove clap - [x] Hand-make CLI, remove clap
- [ ] Compile a single file - [x] Compile a single file
- [ ] Implement code generation for ast nodes implemented as of now - [ ] Display error messages during compilation instead of panicking
- [ ] Display error messages during compilation
- [ ] Improve errror messages - [ ] Improve errror messages
- [ ] Implement code generation for ast nodes implemented as of now

View File

@ -37,7 +37,8 @@ pub fn compile_command(arguments: Vec<String>) {
fn compile_help() -> String { fn compile_help() -> String {
format!( format!(
r#"Compile a single file in place. r#"Compile a single file in place. If the file to compile
references other THP files, they will be (typechecked?) as well.
Usage: Usage: