Small changes
This commit is contained in:
parent
498f8fb87f
commit
7379c469d3
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user