https://github.com/abrudz/tacit.help
Transform tacit APL into dfn form
https://github.com/abrudz/tacit.help
Last synced: 4 months ago
JSON representation
Transform tacit APL into dfn form
- Host: GitHub
- URL: https://github.com/abrudz/tacit.help
- Owner: abrudz
- License: apache-2.0
- Created: 2022-06-29T12:09:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T08:03:58.000Z (over 1 year ago)
- Last Synced: 2025-04-05T07:43:18.763Z (7 months ago)
- Language: APL
- Homepage: https://tacit.help/
- Size: 338 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Tests
```apl
read ← ⊃∘⎕NGET 1,⍨⊂
failed ← ⍸0⍷{0::⍬ ⋄ 'o' ≡∘explicit∘⊃⍥(read '.dyalog',⍨'tests/aplcart/t',(⍕⍵),⊢) 'i'}¨⍳160
```## Build
```apl
source ← '2 ⎕FIX''file://'∘{0::⍵ ⋄ n ← ≢⍺ ⋄ read ⍵/⍨0@(≢⍵)∨\(-n)↓(n⍴0),⍺⍷⍵}¨ read 'explicit.aplf'
'explicit.js' 1 ⎕nput⍨ 'const explicit =',(⎕json ⊃,/⊆¨ source),'.join(''\n'')'
```