• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Castle: The best Real-Time/Embedded/HighTech language EVER. Attempt 2


Commit MetaInfo

修订版c82a4710ca4401a87437f8e7edb91665704be524 (tree)
时间2024-08-31 19:27:54
作者Albert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Added (and re-formated) BUGS & TODO, to LOCAL version of DocIdeas

更改概述

差异

diff -r 7e32bd21ae4c -r c82a4710ca44 BUGS.rst
--- a/BUGS.rst Mon Aug 26 18:13:45 2024 +0200
+++ b/BUGS.rst Sat Aug 31 12:27:54 2024 +0200
@@ -1,10 +1,13 @@
11 BUGS
22 ====
33
4-.. need:: Replace Arpeggio, as it is not supporting **Left-Recursion**.
5- :ID: WRONG_ARPEGGIO
4+.. bug:: Replace Arpeggio, as it is not supporting **Left-Recursion**.
5+ :ID: B_ReplaceArpeggio
66 :status: todo
7- :tag: improvement; CCastle-syntax
7+ :tags: improvement; CCastle-syntax
8+
9+ Arpeggio does not support **Left-Recursion**, wheres other, modern PEG-parser do. Being able to use left-recursion,
10+ make the grammar mutch easier and closer to the AIGT.
811
912 .. seealso:: http://docideas.mietus.nl/en/latest/CCastle/2.Design/syntax/2.grammar_code.html#more-details, for why we
1013 need Left-Recursion.
@@ -13,11 +16,12 @@
1316 |BR|
1417 It does now, a bit
1518
16-.. need:: Possible, we can updated the grammar, visitors and ATS of CCastle itself
19+.. bug:: Possible, we can updated the grammar, visitors and ATS of CCastle itself
20+ :ID: B_UpdateGrammar
1721 :status: open
18- :tag: test;demo
19- :links: WRONG_ARPEGGIO
22+ :tags: test; demo
23+ :links: B_ReplaceArpeggio
2024
2125 The grammar, and so AST as used is probably influed by not beeing able to handle reft-recursion.
22- See :need:`WRONG_ARPEGGIO`
26+ See :need:`B_ReplaceArpeggio`
2327
diff -r 7e32bd21ae4c -r c82a4710ca44 TODO.rst
--- a/TODO.rst Mon Aug 26 18:13:45 2024 +0200
+++ b/TODO.rst Sat Aug 31 12:27:54 2024 +0200
@@ -1,16 +1,13 @@
1-RESTRUCTURED X/XX:
2-==================
1+TODO
2+=====
33
44 .. note:: py-file & pytest-files
55
66 Moved ....
77
8-.. note:: Makefiles
8+.. todo:: Makefiles
99
1010 * There are still some Makefiles (and *.mk) that contain usefull stuff -- BUT OLD
1111 * They are now moved/saves into the .../Mk/-dir
1212
1313
14-OTHER
15-=====
16-