about summary refs log tree commit diff stats
path: root/translate_mu
Commit message (Collapse)AuthorAgeFilesLines
* 7401 - clean up support for non-Linux platformsKartik Agaram2020-12-251-2/+1
|
* 6611 - start adding to common vocabulary in MuKartik Agaram2020-07-051-1/+1
|
* 6400Kartik Agaram2020-05-241-1/+1
|
* 6134Kartik Agaram2020-03-121-1/+1
|
* 5955 - error messages when translating Mu programsKartik Agaram2020-01-291-1/+1
|
* 5851Kartik Agaram2020-01-011-1/+3
| | | | | | | | | | | | Rename a few scripts to be more consistent. I'm also starting to feel the urge to bud off `subx run` into its own program, say tools/emulate_x86. It doesn't really rely on the SubX notation at all. And then I could rename `subx translate` to `translate_subx_bootstrap`. Only problem: the commands in the Readme get verbose. But the Readme is gonna need surgery soon anyway to put translate_mu front and center.
* 5850 - driver script for translating Mu programsKartik Agaram2020-01-011-0/+7
me the previous revision' href='/akkartik/mu/blame/update_html?h=hlt&id=3b776ac3843e925ee24f49e8df51ab6a1db6c085'>^
ba6621b5 ^
895093b3 ^


ba6621b5 ^

762107fd ^
e4ac3c9e ^
ba6621b5 ^
c6343de7 ^
f5465e12 ^
cdf28227 ^
f5465e12 ^
e4ac3c9e ^


2564eb6f ^

f5465e12 ^
08a0eed6 ^
f5465e12 ^

3120f938 ^

490b26d0 ^




3350c34a ^
490b26d0 ^

3120f938 ^
754d813b ^
490b26d0 ^


3350c34a ^
754d813b ^
3350c34a ^

490b26d0 ^
3350c34a ^
490b26d0 ^


c6343de7 ^















614d0ecf ^
c6343de7 ^

























c762564b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
           
                        
                                                                                         
 

      
                                           

                                       
           
                             
                    
                 


                                 

 
                                                   
 
                
                                                   
 
                                                
                                             


                                                                    

                                                                   
 
                                                  

 

                                                     




                                                
                                

                                                
                                   
                                                         


            
          
                                                                    

                   
  
                                                      


            















                                                              
                                                    

























                                                                                                         
            
 23:50:49 +0200
committer  hut <hut@lavabit.com>  2010-04-13 23:50:49 +0200

README: added Roadmap' href='/akspecs/ranger/commit/README?id=08bc4ef99547537d645f6eaac5f0f04e5de5fe3d'>08bc4ef9 ^

08bc4ef9 ^




08bc4ef9 ^


b34fd133 ^
08bc4ef9 ^


45cf5174 ^





83868c7a ^
45cf5174 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154