mirror of
https://git.fddl.dev/fddl/fddl.git
synced 2024-12-25 21:50:31 +00:00
updated consistency
This commit is contained in:
parent
e8b8d41baa
commit
50020b4813
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Fiddle Programming Language
|
||||
# fddl Programming Language
|
||||
|
||||
Fiddle is a small programming language inspired by various languages, designed to help learn language implementation concepts in Rust.
|
||||
fddl is a small programming language inspired by various languages, designed to help learn language implementation concepts in Rust.
|
||||
|
||||
I have, off and on throughout the last 15 or so years attempted to learn a programming language of some sort. I could always get through the basics, but would get stuck with any real world projects. And I wouldn't know who to turn to even if I knew where to start.
|
||||
|
||||
|
@ -24,7 +24,7 @@ To run the REPL:
|
|||
cargo run
|
||||
```
|
||||
|
||||
To run a fiddle script:
|
||||
To run a fddl script:
|
||||
|
||||
```sh
|
||||
cargo run path/to/script.fddl
|
||||
|
|
Loading…
Reference in a new issue