new files

This commit is contained in:
Ingy döt Net 2013-04-10 12:38:42 -07:00
parent 3af7344581
commit 86c034bb8b
1364 changed files with 21352 additions and 0 deletions

10
Lang/ACL2/0DESCRIPTION Normal file
View file

@ -0,0 +1,10 @@
{{stub}}
{{language
|site=http://userweb.cs.utexas.edu/users/moore/acl2/
|strength=strong
|safety=unsafe
|checking=dynamic
|gc=yes
|LCT=yes}}
{{language programming paradigm|Functional}}
ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models.

View file

@ -0,0 +1 @@
../../Task/99-Bottles-of-Beer/ACL2

1
Lang/ACL2/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/ACL2

1
Lang/ACL2/Binary-search Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-search/ACL2

1
Lang/ACL2/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/ACL2

1
Lang/ACL2/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/ACL2

1
Lang/ACL2/Knuth-shuffle Symbolic link
View file

@ -0,0 +1 @@
../../Task/Knuth-shuffle/ACL2

1
Lang/ACL2/Quine Symbolic link
View file

@ -0,0 +1 @@
../../Task/Quine/ACL2

1
Lang/ACL2/Search-a-list Symbolic link
View file

@ -0,0 +1 @@
../../Task/Search-a-list/ACL2