1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-05 18:08:55 +03:00
mal/impls/prolog/run
Nicolas Boulenguez 0ee1a51777 New SWI-prolog implementation
with, in stepA_mal.mal, a new way to pass all test and break
self-hosting nevertheless.
2021-04-19 09:53:22 -05:00

3 lines
66 B
Bash
Executable File

#!/bin/bash
exec swipl $(dirname $0)/${STEP:-stepA_mal}.pl "${@}"