mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-24 23:44:56 +03:00
Activate ++lune jet
This commit is contained in:
parent
66b99d0a6e
commit
e9a429fbdd
1
Makefile
1
Makefile
@ -262,6 +262,7 @@ J_E_OFILES=\
|
||||
jets/e/shax.o \
|
||||
jets/e/lore.o \
|
||||
jets/e/loss.o \
|
||||
jets/e/lune.o \
|
||||
jets/e/trip.o
|
||||
|
||||
J_E_OFILES_ED=\
|
||||
|
@ -97,6 +97,7 @@
|
||||
u3_noun u3qe_rub(u3_atom, u3_atom);
|
||||
u3_noun u3qe_lore(u3_atom);
|
||||
u3_noun u3qe_loss(u3_noun, u3_noun);
|
||||
u3_noun u3qe_lune(u3_atom);
|
||||
u3_noun u3qe_repg(u3_noun, u3_noun, u3_noun);
|
||||
u3_noun u3qe_rexp(u3_noun, u3_noun);
|
||||
u3_noun u3qe_trip(u3_atom);
|
||||
|
@ -102,6 +102,7 @@
|
||||
u3_noun u3we_rub(u3_noun);
|
||||
u3_noun u3we_lore(u3_noun);
|
||||
u3_noun u3we_loss(u3_noun);
|
||||
u3_noun u3we_lune(u3_noun);
|
||||
u3_noun u3we_mink(u3_noun);
|
||||
u3_noun u3we_mule(u3_noun);
|
||||
u3_noun u3we_repg(u3_noun);
|
||||
|
@ -124,6 +124,7 @@ static u3j_harm _mood__hoon_mat_a[] = {{".2", u3we_mat}, {}};
|
||||
static u3j_harm _mood__hoon_rub_a[] = {{".2", u3we_rub}, {}};
|
||||
static u3j_harm _mood__hoon_lore_a[] = {{".2", u3we_lore}, {}};
|
||||
static u3j_harm _mood__hoon_loss_a[] = {{".2", u3we_loss}, {}};
|
||||
static u3j_harm _mood__hoon_lune_a[] = {{".2", u3we_lune}, {}};
|
||||
static u3j_harm _mood__hoon_mink_a[] = {{".2", u3we_mink}, {}};
|
||||
static u3j_harm _mood__hoon_mule_a[] = {{".2", u3we_mule}, {}};
|
||||
static u3j_harm _mood__hoon_repg_a[] = {{".2", u3we_repg}, {}};
|
||||
@ -484,6 +485,7 @@ static u3j_core _mood__hoon_d[] =
|
||||
{ "rub", _mood__hoon_rub_a },
|
||||
{ "lore", _mood__hoon_lore_a },
|
||||
{ "loss", _mood__hoon_loss_a },
|
||||
{ "lune", _mood__hoon_lune_a },
|
||||
{ "mink", _mood__hoon_mink_a },
|
||||
{ "mule", _mood__hoon_mule_a },
|
||||
{ "repg", _mood__hoon_repg_a },
|
||||
|
Loading…
Reference in New Issue
Block a user