Merge pull request #444 from MuhammedKhamis/master

adding ring language
This commit is contained in:
Mike Donaghy 2018-02-06 10:38:19 -06:00 committed by GitHub
commit cd59bd06fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 15 additions and 15 deletions

0
a/awful.yuk Executable file → Normal file
View File

0
b/batch.bat Executable file → Normal file
View File

0
b/battlestar.bts Executable file → Normal file
View File

0
c/csh.csh Executable file → Normal file
View File

0
f/fish.fish Executable file → Normal file
View File

0
f/fog.fog.md Executable file → Normal file
View File

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,15 @@
// Hello World in Lisaac
Section Header
+ name := HELLO_WORLD;
Section Inherit
- parent_object:OBJECT := OBJECT;
Section Public
- main <-
(
"Hello world !\n".print;
// Hello World in Lisaac
Section Header
+ name := HELLO_WORLD;
Section Inherit
- parent_object:OBJECT := OBJECT;
Section Public
- main <-
(
"Hello world !\n".print;
);

0
list_langs.py Executable file → Normal file
View File

0
q/qore.q Executable file → Normal file
View File

View File

@ -1 +0,0 @@
Hello world

1
r/readlink.readlink Normal file
View File

@ -0,0 +1 @@
Hello world

1
r/ring.ring Normal file
View File

@ -0,0 +1 @@
see "Hello, World!"

0
s/sed.sed Executable file → Normal file
View File

0
t/tibasic.ti Executable file → Normal file
View File

0
v/vhdl.vhdl Executable file → Normal file
View File

0
v/visualbasic.vb Executable file → Normal file
View File

0
z/zsh.zsh Executable file → Normal file
View File