Skip to content

Commit f167a50

Browse files
committed
Falcon: fix link
Resolves #95.
1 parent 13cf30d commit f167a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
4747
| DWScript | [DWScript](https://bitbucket.org/egrange/dwscript/) | Object Pascal (Delphi 2009 or later) | Ref. counting + cycle-detecting tracing GC | MPL-1.1, GPL-3.0 (JavaScript code generator) | [Description](https://www.delphitools.info/dwscript). A statically typed Delphi/Free Pascal-like language. Can compile to JavaScript. |
4848
| 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 | Features optional, optimistic (succeed-by-default) static type checking. |
4949
| Expr | [Expr](https://github.com/antonmedv/expr) | Go | Go's GC | MIT | Compiles and evaluates statically-typed expressions. |
50-
| Falcon | [Falcon](http://falconpl.org/) | C++ | Tracing | **GPL-2.0** or custom | The GC is pluggable. |
50+
| Falcon | [Falcon](https://github.com/falconpl/falcon) | C++ | Tracing | **GPL-2.0** or custom | The GC is pluggable. |
5151
| fe | [fe](https://github.com/rxi/fe) | C | Tracing | MIT | Uses a fixed-size memory region. No `malloc`. |
5252
| Forth | [Atlast](https://www.fourmilab.ch/atlast/) | C | None (manual MM) | Public domain | A dialect of Forth originally developed at Autodesk. |
5353
| Forth | [FTH](http://fth.sourceforge.net) | C | Tracing | BSD-2-Clause | A dialect of Forth with objects, hashes, regular expressions, and other extensions. |

data/projects.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ license = "MIT"
255255
notes = "Compiles and evaluates statically-typed expressions."
256256

257257
[Falcon]
258-
url = "http://falconpl.org/"
258+
url = "https://github.com/falconpl/falcon"
259259
lang = "Falcon"
260260
impl_in = "C++"
261261
gc = "Tracing"

0 commit comments

Comments
 (0)