From 607742f0cad69d0d0084b8f030cb0ca01d41393e Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Mon, 1 Jun 2020 22:00:24 +0430 Subject: [PATCH] README: Add XSLT and bump up counters --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92951f68..000272c0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ guide](process/guide.md) there is also a [mal/make-a-lisp FAQ](docs/FAQ.md) where I attempt to answer some common questions. -**3. Mal is implemented in 81 languages (84 different implementations and 104 runtime modes)** +**3. Mal is implemented in 82 languages (85 different implementations and 105 runtime modes)** | Language | Creator | | -------- | ------- | @@ -127,6 +127,7 @@ FAQ](docs/FAQ.md) where I attempt to answer some common questions. | [Visual Basic.NET](#visual-basicnet) | [Joel Martin](https://github.com/kanaka) | | [WebAssembly](#webassembly-wasm) (wasm) | [Joel Martin](https://github.com/kanaka) | | [Wren](#wren) | [Dov Murik](https://github.com/dubek) | +| [XSLT](#xslt) | [Ali MohammadPur](https://github.com/alimpfard) | | [Yorick](#yorick) | [Dov Murik](https://github.com/dubek) | | [Zig](#zig) | [Josh Tobin](https://github.com/rjtobin) | @@ -1144,6 +1145,15 @@ make wasm_MODE=warpy warpy --argv --memory-pages 256 ./stepX_YYY.wasm ``` +### XSLT + +The XSLT implementation of mal is written with XSLT 3 and tested on Saxon 9.9.1.6 Home Edition. + +``` +cd impls/xslt +STEP=stepX_YY ./run +``` + ### Wren The Wren implementation of mal was tested on Wren 0.2.0.