about summary refs log blame commit diff stats
path: root/translate_mu
blob: f13bed11b1e23929e8d479c369faee0b77a20d58 (plain) (tree)
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight
#!/bin/sh
# Translate given Mu programs into ELF binaries.
# Linux only for now.

set -e

cat $*          |apps/mu      > a.subx

./translate_subx init.linux [0-9]*.subx mu-init.subx a.subx
n>state); void handle_message_error_when_recipient_cancel_disables_chat_session(void** state); void handle_message_error_when_recipient_and_no_type(void** state); void handle_presence_error_when_no_recipient(void** state); void handle_presence_error_when_from_recipient(void** state); void handle_offline_removes_chat_session(void** state); void lost_connection_clears_chat_sessions(void** state);