about summary refs log tree commit diff stats
path: root/tangle
ModeNameSize
-rw-r--r--000test.cc826log stats plain blame
-rw-r--r--001trace.cc4844log stats plain blame
-rw-r--r--001trace.test.cc2293log stats plain blame
-rw-r--r--002main.cc1034log stats plain blame
-rw-r--r--003tangle.cc15527log stats plain blame
-rw-r--r--003tangle.test.cc27472log stats plain blame
-rw-r--r--Readme106log stats plain blame
-rw-r--r--boot.cc571log stats plain blame
.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# To provide commandline args to a Mu program, use '--'. In this case:
#   $ ./mu args.mu -- abc
#   abc
def main text:text [
  local-scope
  load-inputs
  $print text 10/newline
]