ldmud/doc/LPC
Alexander Motzkau 8b3031d3b4 With pragma save_local_names save debugging info for local variables
Previously pragma save_local_names was only used to store information of
variables of coroutines to be inspected by Python code. Extend this to
all local variables.
2025-07-07 22:14:05 +02:00
..
arrays Added type objects. (#721) 2014-02-10 18:43:50 +01:00
async Implement coroutines 2022-01-09 21:22:34 +01:00
await Implement coroutines 2022-01-09 21:22:34 +01:00
block Removed pragmas (no_)local_scopes. 2010-02-16 22:46:06 +00:00
closure_guide Add 'limit' modifier to catch() 2023-02-27 23:11:41 +01:00
closures Implement prefix #'lfun:: and #'var:: for closure literals 2021-03-17 17:46:13 +01:00
closures-abstract Add 'limit' modifier to catch() 2023-02-27 23:11:41 +01:00
closures-example Correct 3 small syntax typos in example closures 2015-06-18 23:48:03 +02:00
comments Initial import from PRCS. 2005-06-21 01:46:13 +00:00
coroutines Implement coroutines 2022-01-09 21:22:34 +01:00
decltype Implement LPC Type objects 2022-09-25 22:20:32 +02:00
do-while Initial import from PRCS. 2005-06-21 01:46:13 +00:00
ed0 Initial import from PRCS. 2005-06-21 01:46:13 +00:00
ed1 Initial import from PRCS. 2005-06-21 01:46:13 +00:00
ed2 Correcting spelling mistakes in documentation and output strings 2018-02-07 22:42:05 +11:00
ed3 Initial import from PRCS. 2005-06-21 01:46:13 +00:00
ed4 Initial import from PRCS. 2005-06-21 01:46:13 +00:00
ed5 Initial import from PRCS. 2005-06-21 01:46:13 +00:00
ed6 Initial import from PRCS. 2005-06-21 01:46:13 +00:00
efuns Initial import from PRCS. 2005-06-21 01:46:13 +00:00
escape Added support for different encodings in the lexer. 2019-04-27 13:30:14 +02:00
for Initial import from PRCS. 2005-06-21 01:46:13 +00:00
foreach Implement coroutines 2022-01-09 21:22:34 +01:00
functions Implement support for default function argument values 2020-09-11 01:40:40 +02:00
if Initial import from PRCS. 2005-06-21 01:46:13 +00:00
inherit Updated the man pages a bit, and added the latest tubmud settings file. 2005-10-05 03:17:13 +00:00
initialisation Initial import from PRCS. 2005-06-21 01:46:13 +00:00
inline-closures Fixing spelling errors in docs and output strings 2018-02-14 22:58:50 +01:00
lfuns Introduced '.' as the operator for call_strict() 2020-04-28 22:31:47 +02:00
lpc Initial import from PRCS. 2005-06-21 01:46:13 +00:00
lpctypes Implement LPC Type objects 2022-09-25 22:20:32 +02:00
lwobjects Call always __INIT for lighweight objects 2022-02-20 16:36:50 +01:00
mappings Implement range index operator for wide mappings 2021-06-09 16:32:21 +02:00
modifiers Introduce 'structs' modifier for inherit and default statement 2022-04-09 23:34:19 +02:00
operators Implement 'in' operator for membership tests 2022-01-08 22:16:53 +01:00
pragma With pragma save_local_names save debugging info for local variables 2025-07-07 22:14:05 +02:00
preprocessor Initial import from PRCS. 2005-06-21 01:46:13 +00:00
references remove extra paren in references example 2023-02-18 11:20:44 +01:00
structs Introduce 'structs' modifier for inherit and default statement 2022-04-09 23:34:19 +02:00
switch - (prolang.y) 2008-12-24 00:56:13 +00:00
types Implement LPC Type objects 2022-09-25 22:20:32 +02:00
unions Added type objects. (#721) 2014-02-10 18:43:50 +01:00
varargs Removed an error from varargs manpage (fixes #767). 2011-01-09 12:33:31 +00:00
while Initial import from PRCS. 2005-06-21 01:46:13 +00:00
yield Implement coroutines 2022-01-09 21:22:34 +01:00