1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/lang/quickjs/pkg-descr

8 lines
324 B
Plaintext
Raw Normal View History

QuickJS is a small and embeddable Javascript engine. It supports the ES2020
specification including modules, asynchronous generators and proxies.
It optionally supports mathematical extensions such as big integers (BigInt),
big floating point numbers (BigFloat) and operator overloading.
WWW: https://bellard.org/quickjs/