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
36 lines
2.1 KiB
Plaintext
36 lines
2.1 KiB
Plaintext
// auto-generated by elc --emit-header — do not edit
|
|
extern fn cop_str_ends(s: String, suf: String) -> Bool
|
|
extern fn cop_str_len(s: String) -> Int
|
|
extern fn cop_drop(s: String, n: Int) -> String
|
|
extern fn cop_last_char(s: String) -> String
|
|
extern fn cop_slot(person: String, number: String) -> Int
|
|
extern fn cop_subject_prefix(person: String, number: String) -> String
|
|
extern fn cop_subject_prefix_gendered(person: String, gender: String, number: String) -> String
|
|
extern fn cop_copula_particle(gender: String, number: String) -> String
|
|
extern fn cop_shwpe_present(prefix: String) -> String
|
|
extern fn cop_shwpe_perfect(prefix: String) -> String
|
|
extern fn cop_shwpe_future(prefix: String) -> String
|
|
extern fn cop_bwk_present(prefix: String) -> String
|
|
extern fn cop_bwk_perfect(prefix: String) -> String
|
|
extern fn cop_bwk_future(prefix: String) -> String
|
|
extern fn cop_nau_present(prefix: String) -> String
|
|
extern fn cop_nau_perfect(prefix: String) -> String
|
|
extern fn cop_nau_future(prefix: String) -> String
|
|
extern fn cop_jw_present(prefix: String) -> String
|
|
extern fn cop_jw_perfect(prefix: String) -> String
|
|
extern fn cop_jw_future(prefix: String) -> String
|
|
extern fn cop_di_present(prefix: String) -> String
|
|
extern fn cop_di_perfect(prefix: String) -> String
|
|
extern fn cop_di_future(prefix: String) -> String
|
|
extern fn cop_is_copula(verb: String) -> Bool
|
|
extern fn cop_known_verb_prefixed(verb: String, tense: String, prefix: String) -> String
|
|
extern fn cop_regular_present(prefix: String, stem: String) -> String
|
|
extern fn cop_regular_perfect(prefix: String, stem: String) -> String
|
|
extern fn cop_regular_future(prefix: String, stem: String) -> String
|
|
extern fn cop_conjugate(verb: String, tense: String, person: String, number: String) -> String
|
|
extern fn cop_article(gender: String, number: String, definite: String) -> String
|
|
extern fn cop_decline(noun: String, gram_case: String, number: String) -> String
|
|
extern fn cop_noun_phrase(noun: String, gram_case: String, number: String, definite: String) -> String
|
|
extern fn cop_noun_phrase_gendered(noun: String, gram_case: String, number: String, definite: String, gender: String) -> String
|
|
extern fn cop_map_canonical(verb: String) -> String
|