Watch
1
0
Fork
You've already forked explor
0
mirror of https://github.com/rheaplex/explor.git synced 2026-09-16 16:41:45 +00:00
No description
  • Shell 77.5%
  • Makefile 18.6%
  • Fortran 3.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2011-01-04 23:25:08 +00:00
autom4te.cache Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
examples Created new repo 2009-09-27 16:26:10 +01:00
m4 Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
src Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
.gitignore Remove symlinks. 2009-09-27 16:28:51 +01:00
aclocal.m4 Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
AUTHORS Created new repo 2009-09-27 16:26:10 +01:00
bootstrap Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
ChangeLog Created new repo 2009-09-27 16:26:10 +01:00
config.guess Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
config.log Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
config.status Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
config.sub Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
configure Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
configure.ac Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
COPYING Created new repo 2009-09-27 16:26:10 +01:00
INSTALL Created new repo 2009-09-27 16:26:10 +01:00
install-sh Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
libtool Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
ltmain.sh Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
Makefile Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
Makefile.am Created new repo 2009-09-27 16:26:10 +01:00
Makefile.in Explor library code is now a shared library. Explor files are now compiled by catting them and a file that simply contains an END command into the stdin of the Fortran compiler, this allows Explor programs to not have an END, like the examples, but for line numbers to still be meaningful. 2011-01-04 23:25:08 +00:00
NEWS Created new repo 2009-09-27 16:26:10 +01:00
README Created new repo 2009-09-27 16:26:10 +01:00

README
------

This is a re-implementation of Ken Knowlton's Mini Explor system described in
two ACM papers -

http://portal.acm.org/citation.cfm?id=807020
http://portal.acm.org/citation.cfm?id=988052

See the examples directory for examples.

It's covered by the GPL but unless you distribute code written using it that
won't affect your use of it.