Skip to content

Commit 09c2001

Browse files
committed
Refine yet-to-do list
1 parent 7546bb9 commit 09c2001

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

c_plus_plus_language_runtime/yet_to_do.txt

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,37 @@ Yet to do for converting runtime from Perl to C++
33

44
-------------------------------------------------
55

6-
list where "before:" appears, write next line, proofread changes, then remove "before:" lines
6+
remove code for deprecated action "sort-two-dimensions"
7+
8+
9+
-------------------------------------------------
10+
11+
save file with "before:" lines, then remove "before:" lines
12+
13+
14+
-------------------------------------------------
15+
16+
do grep-like listing of lines with:
17+
18+
=~ s/
19+
=~ /
20+
keys( %
21+
current_phrase
22+
ne [space-delimited]
23+
if ( exists
24+
trace
25+
while( global_input_line = <INFILE> )
26+
chomp
27+
!~
28+
vector<std::string> global_list = ( )
29+
+ 0.0
30+
[0] = ""
31+
[1] = ""
32+
string-two-apostrophes
33+
34+
then sort, ask AI to translate,
35+
then get AI to write Perl script that does replacements,
36+
then use Dashrep code to make those replacements based on full lines of code
737

838

939
-------------------------------------------------
@@ -162,9 +192,3 @@ define-special-strings-that-are-padded-with-spaces
162192

163193

164194
-------------------------------------------------
165-
166-
167-
168-
-------------------------------------------------
169-
170-
-------------------------------------------------

0 commit comments

Comments
 (0)