mirror of
https://github.com/urinalcaketopper/fddl.git
synced 2025-06-06 13:24:46 +00:00
updated consistency
This commit is contained in:
parent
e8b8d41baa
commit
50020b4813
@ -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…
x
Reference in New Issue
Block a user