about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* an interface approximating stack tracesKartik K. Agaram2021-04-202-27/+26
* get bresenham line drawing working with a traceKartik K. Agaram2021-04-202-11/+27
* deemphasize fn arg evaluation slightlyKartik K. Agaram2021-04-191-0/+2
* reimplement pixel graphicsKartik K. Agaram2021-04-191-24/+46
* start cleaning up pixel graphicsKartik K. Agaram2021-04-195-51/+51
* .Kartik K. Agaram2021-04-181-0/+7
* some primitives for monitoring code integrityKartik K. Agaram2021-04-181-0/+3
* .Kartik K. Agaram2021-04-172-0/+258
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-176-24/+90
* .Kartik K. Agaram2021-04-172-6/+6
* bump up the token limit againKartik K. Agaram2021-04-171-1/+1
* shell: reenable the traceKartik K. Agaram2021-04-173-1/+22
* evaluating fns is too similar to its inputKartik K. Agaram2021-04-171-1/+1
* load sandbox even if there are no globalsKartik K. Agaram2021-04-171-11/+9
* heh, the current state actually overflows 2KBKartik K. Agaram2021-04-171-4/+4
* Bresenham line-drawing now workingKartik K. Agaram2021-04-171-0/+16
* tmp: debugging why brline prints no pixelsKartik K. Agaram2021-04-171-1/+1
* loosening a few more buffersKartik K. Agaram2021-04-174-9/+21
* .Kartik K. Agaram2021-04-171-1/+1
* new primitives: abs, sgnKartik K. Agaram2021-04-161-1/+100
* .Kartik K. Agaram2021-04-161-3/+3
* handle drawing 16*4 = 64 pixelsKartik K. Agaram2021-04-161-1/+1
* data.img now has more than one sector of dataKartik K. Agaram2021-04-162-5/+6
* open question: animations in the fake screenKartik K. Agaram2021-04-151-0/+38
* .Kartik K. Agaram2021-04-151-17/+17
* .Kartik K. Agaram2021-04-151-2/+6
* .Kartik K. Agaram2021-04-151-1/+2
* first session programming _within_ the Mu computerKartik K. Agaram2021-04-152-8/+16
* shell: primitives for screen sizeKartik K. Agaram2021-04-151-2/+180
* shell: restore bindings after restartKartik K. Agaram2021-04-152-0/+52
* shell: start persisting global bindingsKartik K. Agaram2021-04-152-2/+39
* .Kartik K. Agaram2021-04-153-5/+17
* .Kartik K. Agaram2021-04-152-1/+8
* .Kartik K. Agaram2021-04-152-5/+9
* .Kartik K. Agaram2021-04-152-11/+9
* add some structure to the serialization formatKartik K. Agaram2021-04-152-2/+24
* parse dotted listsKartik K. Agaram2021-04-152-0/+191
* .Kartik K. Agaram2021-04-151-14/+25
* .Kartik K. Agaram2021-04-151-6/+4
* .Kartik K. Agaram2021-04-151-4/+7
* .Kartik K. Agaram2021-04-151-0/+7
* .Kartik K. Agaram2021-04-151-0/+1
* shell: starting to parse dotted listsKartik K. Agaram2021-04-151-10/+20
* shell: dot tokenKartik K. Agaram2021-04-151-0/+58
* .Kartik K. Agaram2021-04-151-5/+9
* .Kartik K. Agaram2021-04-151-16/+17
* shell: load data disk as s-expr rather than stringKartik K. Agaram2021-04-142-13/+29
* shell: starting to work on persistent globalsKartik K. Agaram2021-04-141-2/+8
* .Kartik K. Agaram2021-04-142-10/+18
* shell: primitives for comparison, cursor movementKartik K. Agaram2021-04-141-10/+439
quot;#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="ranger.fsobject.directory.html">directory</a><br> </td><td width="25%" valign=top><a href="ranger.fsobject.file.html">file</a><br> </td><td width="25%" valign=top><a href="ranger.fsobject.fsobject.html">fsobject</a><br> </td><td width="25%" valign=top><a href="ranger.fsobject.loader.html">loader</a><br> </td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ee77aa"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl> <dt><font face="helvetica, arial"><a href="builtins.html#Exception">builtins.Exception</a>(<a href="builtins.html#BaseException">builtins.BaseException</a>) </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="ranger.fsobject.html#NotLoadedYet">NotLoadedYet</a> </font></dt></dl> </dd> </dl> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helvetica, arial"><a name="NotLoadedYet">class <strong>NotLoadedYet</strong></a>(<a href="builtins.html#Exception">builtins.Exception</a>)</font></td></tr> <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl><dt>Method resolution order:</dt> <dd><a href="ranger.fsobject.html#NotLoadedYet">NotLoadedYet</a></dd> <dd><a href="builtins.html#Exception">builtins.Exception</a></dd> <dd><a href="builtins.html#BaseException">builtins.BaseException</a></dd> <dd><a href="builtins.html#object">builtins.object</a></dd> </dl> <hr> Data descriptors defined here:<br> <dl><dt><strong>__weakref__</strong></dt> <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd> </dl> <hr> Methods inherited from <a href="builtins.html#Exception">builtins.Exception</a>:<br> <dl><dt><a name="NotLoadedYet-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl> <hr> Data and other attributes inherited from <a href="builtins.html#Exception">builtins.Exception</a>:<br> <dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object at 0x7f327d94a120&gt;<dd><tt>T.<a href="#NotLoadedYet-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl> <hr> Methods inherited from <a href="builtins.html#BaseException">builtins.BaseException</a>:<br> <dl><dt><a name="NotLoadedYet-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl> <dl><dt><a name="NotLoadedYet-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl> <dl><dt><a name="NotLoadedYet-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> <dl><dt><a name="NotLoadedYet-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl> <dl><dt><a name="NotLoadedYet-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl> <dl><dt><a name="NotLoadedYet-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> <dl><dt><a name="NotLoadedYet-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl> <dl><dt><a name="NotLoadedYet-with_traceback"><strong>with_traceback</strong></a>(...)</dt><dd><tt><a href="builtins.html#Exception">Exception</a>.<a href="#NotLoadedYet-with_traceback">with_traceback</a>(tb)&nbsp;--<br> set&nbsp;self.<strong>__traceback__</strong>&nbsp;to&nbsp;tb&nbsp;and&nbsp;return&nbsp;self.</tt></dd></dl> <hr> Data descriptors inherited from <a href="builtins.html#BaseException">builtins.BaseException</a>:<br> <dl><dt><strong>__cause__</strong></dt> <dd><tt>exception&nbsp;cause</tt></dd> </dl> <dl><dt><strong>__context__</strong></dt> <dd><tt>exception&nbsp;context</tt></dd> </dl> <dl><dt><strong>__dict__</strong></dt> </dl> <dl><dt><strong>__traceback__</strong></dt> </dl> <dl><dt><strong>args</strong></dt> </dl> </td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><strong>BAD_INFO</strong> = None<br> <strong>T_DIRECTORY</strong> = 'directory'<br> <strong>T_FILE</strong> = 'file'<br> <strong>T_NONEXISTANT</strong> = 'nonexistant'<br> <strong>T_UNKNOWN</strong> = 'unknown'</td></tr></table> </body></html>