Commit graph

44 commits

Author SHA1 Message Date
Sei Lisa
1b624c7d91 Update copyright year 2023-02-03 13:12:44 +01:00
Sei Lisa
5281cdc5f5 Indicate Python 3.x support 2021-11-05 16:09:43 +01:00
Sei Lisa
b1300fee94 'inline' is disabled by default and is available in pragmas 2019-01-06 02:29:18 +01:00
Sei Lisa
74d5a1031a Remove caveat on conditions 2019-01-06 02:08:58 +01:00
Sei Lisa
6fb51a8b6a Add year 2019 to copyright 2019-01-02 00:01:03 +01:00
Sei Lisa
761d7a5f73 Update for version 0.3.0 2019-01-02 00:00:48 +01:00
Sei Lisa
0d8c8a6e5b More wording changes (suggested by Cindy Renaud) 2018-05-11 23:16:59 +02:00
Sei Lisa
f9bf9a5870 Minor wording fixes 2018-05-11 23:14:13 +02:00
Sei Lisa
02f9e0a157 Fix lslint link, change seftable.txt to fndata.txt with explanation 2018-05-11 23:11:12 +02:00
Sei Lisa
558ee6c259 Add chcp 65001 advice 2018-05-11 22:55:56 +02:00
Sei Lisa
ca2e0a3797 Add documentation about --bom and UTF-8 2018-05-11 22:44:14 +02:00
Sei Lisa
78e164fa6f Bump copyright year 2018-03-23 16:15:46 +01:00
Sei Lisa
fd7446ce00 Update with the latest additions.
Most notably, include #line information.
2018-01-18 16:41:40 +01:00
Sei Lisa
259959b43e Announce online version 2017-05-07 16:35:49 +02:00
Sei Lisa
aad4978fb7 Minor grammar fix 2017-05-07 16:09:22 +02:00
Sei Lisa
a0555b87d9 Change stringify to admit multiple parameters (including lists and vectors). 2017-05-05 17:17:36 +02:00
Sei Lisa
a6f63a9257 sign of a number -> sign of a number constant 2017-05-05 17:17:14 +02:00
Sei Lisa
99c29af526 Raise bottom margin to help referencing the last items.
With this margin, when going to a reference at the bottom of the page, it (hopefully, if the vertical resolution is big enough) shows up at the top, rather than somewhere in the middle.
2017-05-05 17:14:51 +02:00
Sei Lisa
fe3258bc61 Note (non) copyright status of lazy_list_set. 2017-01-03 18:02:19 +01:00
Sei Lisa
32c9effdd6 has just been released -> is still a young project 2017-01-03 17:32:58 +01:00
Sei Lisa
804d784105 Misc changes:
- Add comment on which one is the extended switch syntax.
- Note that xclip may need to be installed.
- Add missing <span> tags in a pre.
2017-01-03 17:12:17 +01:00
Sei Lisa
03cca23ff7 Facelift.
The look was inspired by the LuaJIT pages. No content modified. Other minor changes include adding a proper copyright symbol instead of (C), removing a blank line, and splitting lines in some code sections.
2016-12-15 00:52:06 +01:00
Sei Lisa
9f03c468f7 Fix example assert macro to make it more flexible
The previous version only optimized away the condition if it was side-effect-free, which borders on inadmissible. Fixed.

This new version also accepts any valid condition in LSL, not just an integer one but also float, key, list, string... so for example these are valid now:

assert(my_key_var);
assert([1, 2, 3]);
assert(PI);
assert(llSetPos(pos));
2016-11-18 00:18:22 +01:00
Sei Lisa
0bd5c0881c Minor changes here and there.
Including that pbcopy and clip have both been verified.
2016-11-17 23:50:59 +01:00
Sei Lisa
ab8479bc9c Add documentation on #pragma and 0.2.1beta 2016-06-28 03:56:13 +02:00
Sei Lisa
52e855da57 Update copyright year 2016-06-27 19:55:49 +02:00
Sei Lisa
0a6fd07d1a Add clarification on license coverage 2015-06-15 20:54:54 +02:00
Sei Lisa
07e655bc32 "look what" -> "look at what" 2015-06-13 03:07:32 +02:00
Sei Lisa
3bb3372bf9 +"thus" 2015-06-13 03:04:52 +02:00
Sei Lisa
bb41273c52 A number of small wording changes and typo fixes. 2015-06-13 03:01:10 +02:00
Sei Lisa
29c209adda Include function and state names in "Shrinking identifiers" 2015-03-30 02:41:31 +02:00
Sei Lisa
de24c2877c Wording fix, note on multiple evaluation, note on preprocessor macro. 2015-03-27 02:48:05 +01:00
Sei Lisa
9e331a0ad6 Add docs on funcoverride. 2015-03-27 02:33:52 +01:00
Sei Lisa
c93d8ca204 Add explanations about preprocessor. 2015-03-19 04:31:54 +01:00
Sei Lisa
beca39fe3d A few more tweaks (-o, link to kwdb, formatting, wording) 2015-03-18 23:28:53 +01:00
Sei Lisa
d613456063 Mention the built-in invocation of the preprocessor. 2015-03-15 20:30:06 +01:00
Sei Lisa
50a53c966d Style oops. 2015-03-14 12:09:49 +01:00
Sei Lisa
04124de5f4 More wording and style changes. 2015-03-14 12:07:53 +01:00
Sei Lisa
be21d534a0 Fix closing tag. 2015-03-14 11:55:21 +01:00
Sei Lisa
3b5bfd6c4c Fix bad nesting of <code> and <div>, other minor changes. 2015-03-14 11:52:15 +01:00
Sei Lisa
7e049f80b0 Add a style sheet, other minor fixes. 2015-03-14 11:35:47 +01:00
Sei Lisa
49c33e7cb4 Note on Python 2 as a requisite 2015-03-14 04:20:10 +01:00
Sei Lisa
53b6740c80 Add Download link 2015-03-14 03:59:08 +01:00
Sei Lisa
cd9f7e76ce Add index.html (vanilla formatting) 2015-03-14 03:32:19 +01:00