![]() |
|
BOLD and ITALIC - Taken out? (*solved*) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: BOLD and ITALIC - Taken out? (*solved*) (/showthread.php?tid=141) |
BOLD and ITALIC - Taken out? (*solved*) - britlion - 2010-01-26 Are BOLD and ITALIC no longer supported? Code: PRINT BOLD 1; "TEST"Doesn't seem to compile as a program: File "zxb.py", line 243, in <module> File "zxb.py", line 196, in main File "ply\yacc.pyc", line 263, in parse File "ply\yacc.pyc", line 710, in parseopt File "zxbparser.pyc", line 2921, in p_print_list_elem File "zxbparser.pyc", line 1558, in make_sentence File "ast.pyc", line 64, in makenode ast.NotAnAstError: Object 'BOLD' is not an Ast instance Build Failed! Same problem with ITALIC. Are they gone? Re: BOLD and ITALIC - Taken out? - boriel - 2010-02-22 Ok, this is another bug. I think, I really broke something when adding LOAD/SAVE capabilities. In fact I changed something in the internal memory mapping and didn't test it very well before releasing. A new lesson learned! :oops: Working on it... UPDATE: The problem is now fixed. This evening I will upload 1.2.5 beta 4. It also fixes some internal stuff with @var. |