add prolog (#3936)

This commit is contained in:
Yutaka Ichibangase 2022-01-01 15:38:27 +09:00 committed by GitHub
parent 52440e8b38
commit c8730c3448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -822,6 +822,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gval](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go.
* [metacall](https://github.com/metacall/core) - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more.
* [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro.
* [prolog](https://github.com/ichiban/prolog) - Embeddable Prolog.
* [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go.
* [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go.