Small changes
This commit is contained in:
parent
498f8fb87f
commit
7379c469d3
@ -22,11 +22,11 @@
|
||||
|
||||
## v0.0.9
|
||||
|
||||
- [ ] Hand made CLI, remove clap
|
||||
- [ ] Compile a single file
|
||||
- [ ] Implement code generation for ast nodes implemented as of now
|
||||
- [ ] Display error messages during compilation
|
||||
- [x] Hand-make CLI, remove clap
|
||||
- [x] Compile a single file
|
||||
- [ ] Display error messages during compilation instead of panicking
|
||||
- [ ] Improve errror messages
|
||||
- [ ] Implement code generation for ast nodes implemented as of now
|
||||
|
||||
|
||||
|
||||
|
@ -37,7 +37,8 @@ pub fn compile_command(arguments: Vec<String>) {
|
||||
|
||||
fn compile_help() -> String {
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user