mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Add interpreters for APL and J (#3029)
* Add APL interpreters * Add J interpreter * Add test fixtures for APL/J interpreters
This commit is contained in:
committed by
Arfon Smith
parent
4eb33fe3be
commit
897218678e
3
samples/J/hashbang
Executable file
3
samples/J/hashbang
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/jconsole
|
||||
echo 'Hello, GitHub!'
|
||||
exit ''
|
||||
Reference in New Issue
Block a user