diff options
author | David Walter Seikel | 2012-01-05 07:27:45 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-05 07:27:45 +1000 |
commit | a386c57261b44a02f1d23b533f3220730d18e6ac (patch) | |
tree | 95d59f2dce9e428a8e759c0fc03458f812cf1478 /LICENCES | |
parent | Make the btyacc stuff a little more reentrant to match bison. (diff) | |
download | SledjHamr-a386c57261b44a02f1d23b533f3220730d18e6ac.zip SledjHamr-a386c57261b44a02f1d23b533f3220730d18e6ac.tar.gz SledjHamr-a386c57261b44a02f1d23b533f3220730d18e6ac.tar.bz2 SledjHamr-a386c57261b44a02f1d23b533f3220730d18e6ac.tar.xz |
Added the unadulterated flex and bison source files from the SL viewer.
Actually, from meta-impy, but originaly from one of the SL viewers.
They actually produce C files, though some of it is C++.
The resulting files wont compile without lots of C++ files from the viewer.
Still, it's a step in the right direction.
"btyacc: 88 reduce/reduce conflicts." might be a worry though.
Diffstat (limited to '')
-rw-r--r-- | LICENCES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,3 +61,9 @@ the Wikipedia Terms of Use. | |||
61 | 61 | ||
62 | -------------------------------------------------------------------------------- | 62 | -------------------------------------------------------------------------------- |
63 | 63 | ||
64 | The flex and bison source files for the LSL parser are from the SL | ||
65 | viewer under GPL 2 and copyright at some unknown date (due to missing | ||
66 | copyright notice in those specific files) by Linden Research, Inc. | ||
67 | |||
68 | -------------------------------------------------------------------------------- | ||
69 | |||