Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
codefionn committed Mar 31, 2024
1 parent fd69173 commit d36a046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PGCL
# pgcl

```
This interpreter and programming language are subject to huge change.
```

PGCL - *pretty good calculator language* - is a language for basic
pgcl - *pretty good calculator language* - is a language for basic
calculations. Designed for (*my*) rapid success doing calculations. It is also
an educational tool, which tries to visualize how functional programming
languages *could* work.
Expand Down Expand Up @@ -47,7 +47,7 @@ The interpreter uses
* [ ] Save memory with more shared memory between expressions in context
* [ ] Reduce problems with stack in Rust-code (*recursion*)
* [x] Regular expression support
* [ ] Simple communication between PGCL instances
* [ ] Simple communication between pgcl instances
* [x] Fix issues with matching infinite lists (empty list with inifinitly growing list)

## Structures
Expand Down

0 comments on commit d36a046

Please sign in to comment.