parent
7b9912b449
commit
930f20a789
|
@ -8,4 +8,6 @@
|
|||
|
||||
# Attributes for GitHub Linguist
|
||||
*.h linguist-language=c
|
||||
*.exp linguist-language=tcl
|
||||
tests/* linguist-detectable=false
|
||||
configure.ac linguist-detectable=false
|
||||
Makefile.am linguist-detectable=false
|
||||
|
|
|
@ -44,7 +44,6 @@ script:
|
|||
- $GCOV_BIN src/*.c
|
||||
- sudo make install
|
||||
- command -v u6a u6ac
|
||||
# - whatis u6a u6ac # broken on macOS...
|
||||
|
||||
after_success:
|
||||
- test $TRAVIS_OS_NAME = osx && true || bash <(curl -s https://codecov.io/bash)
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -32,6 +32,6 @@ U6A INSTALLATION GUIDELINES:
|
|||
|
||||
make check
|
||||
|
||||
7. Install executables and man pages.
|
||||
7. (Optional) Install executables and man pages.
|
||||
|
||||
make install
|
||||
|
|
|
@ -10,7 +10,7 @@ this notice are preserved. This file is offered as-is, without any warranty.
|
|||
|
||||
[](https://travis-ci.com/esolangs/u6a)
|
||||
[](https://codecov.io/gh/esolangs/u6a)
|
||||
[](LICENSE)
|
||||
[](LICENSE)
|
||||
|
||||
Implementation of Unlambda, an esoteric programming language.
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ Other builtin function names are case-insensitive.
|
|||
Unlambda code size should not be larger than 4MiB (not counting comments and whitespaces).
|
||||
You may change this limit in
|
||||
.B defs.h
|
||||
and rebuild u6a for larger code to compile.
|
||||
and rebuild U6a for larger code to compile.
|
||||
.
|
||||
.SH SEE ALSO
|
||||
.BR u6a (1)
|
||||
|
|
Loading…
Reference in New Issue