c2cd5e01e1
El SDK CI - dev / build-and-test (pull_request) Successful in 3m34s
elb.el: - Auto-detect Homebrew OpenSSL (-L$(brew --prefix openssl)/lib) so -lssl resolves on macOS without manual flags; no-op on Linux - Add -include elp-c-decls.h when present in out_dir: resolves undeclared cross-module calls in packages like ELP that lack explicit imports ELP source: - Add import "morphology.el" to all 29 language morphology modules - Add language module imports to morphology.el (all langs it dispatches to) These were missing since ELP was originally built as a monolithic unit
31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
// auto-generated by elc --emit-header — do not edit
|
|
extern fn he_str_ends(s: String, suf: String) -> Bool
|
|
extern fn he_str_len(s: String) -> Int
|
|
extern fn he_str_drop_last(s: String, n: Int) -> String
|
|
extern fn he_str_last_char(s: String) -> String
|
|
extern fn he_slot(person: String, gender: String, number: String) -> Int
|
|
extern fn he_present_form_code(slot: Int) -> Int
|
|
extern fn he_copula_past(slot: Int) -> String
|
|
extern fn he_copula_future(slot: Int) -> String
|
|
extern fn he_is_copula(verb: String) -> Bool
|
|
extern fn he_conjugate_copula(tense: String, slot: Int) -> String
|
|
extern fn he_present_lir_ot(form: Int) -> String
|
|
extern fn he_present_le_exol(form: Int) -> String
|
|
extern fn he_present_ledaber(form: Int) -> String
|
|
extern fn he_present_lalechet(form: Int) -> String
|
|
extern fn he_past_lir_ot(slot: Int) -> String
|
|
extern fn he_past_le_exol(slot: Int) -> String
|
|
extern fn he_past_ledaber(slot: Int) -> String
|
|
extern fn he_past_lalechet(slot: Int) -> String
|
|
extern fn he_future_lir_ot(slot: Int) -> String
|
|
extern fn he_future_le_exol(slot: Int) -> String
|
|
extern fn he_future_ledaber(slot: Int) -> String
|
|
extern fn he_future_lalechet(slot: Int) -> String
|
|
extern fn he_known_verb(verb: String, tense: String, slot: Int) -> String
|
|
extern fn he_conjugate(verb: String, tense: String, person: String, gender: String, number: String) -> String
|
|
extern fn he_pluralize(noun: String, gender: String) -> String
|
|
extern fn he_is_hebrew_script(noun: String) -> Bool
|
|
extern fn he_definite_prefix(noun: String) -> String
|
|
extern fn he_noun_phrase(noun: String, number: String, gender: String, definite: String) -> String
|
|
extern fn he_map_canonical(verb: String) -> String
|