Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c338ac6

Browse files
committed
fe: add
Resolves #91.
1 parent 27595c9 commit c338ac6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
4545
| Dyon | [Dyon](https://github.com/pistondevelopers/dyon) | Rust | None (Rust-style [lifetimes](http://www.piston.rs/dyon-tutorial/lifetimes.html)) | Apache-2.0 or MIT | Has optional, optimistic (succeed-by-default) static type checking. |
4646
| Expr | [Expr](https://github.com/antonmedv/expr) | Go | Go's GC | MIT | Compiles and evaluates statically-typed expressions. |
4747
| Falcon | [Falcon](http://falconpl.org/) | C++ | Tracing | **GPL-2.0** or custom | The GC is pluggable. |
48+
| fe | [fe](https://github.com/rxi/fe) | C | Tracing | MIT | Uses a fixed-size memory region. No `malloc`. |
4849
| Forth | [Atlast](https://www.fourmilab.ch/atlast/) | C | None (manual MM) | Public domain | A dialect of Forth originally developed at Autodesk. |
4950
| Forth | [FTH](http://fth.sourceforge.net) | C | Tracing | BSD-2-Clause | A dialect of Forth with objects, hashes, regular expressions, and other extensions. |
5051
| Forth | [pForth](http://www.softsynth.com/pforth/) | C | None (manual MM) | Public domain | A dialect of Forth. |

‎data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ gc = "Tracing"
238238
license = "**GPL-2.0** or custom"
239239
notes = "The GC is pluggable."
240240

241+
[fe]
242+
url = "https://github.com/rxi/fe"
243+
lang = "fe"
244+
impl_in = "C"
245+
gc = "Tracing"
246+
license = "MIT"
247+
notes = "Uses a fixed-size memory region. No `malloc`."
248+
241249
[FTH]
242250
url = "http://fth.sourceforge.net"
243251
lang = "Forth"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /