2010-01-26, 10:51 PM
Are BOLD and ITALIC no longer supported?
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?
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?


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: