Some additional notes
This commit is contained in:
parent
4a366fda30
commit
3b5ebf92b4
@ -152,6 +152,7 @@ fn stage_names() -> Vec<&'static str> {
|
||||
}
|
||||
|
||||
impl ProgrammingLanguageInterface for Schala {
|
||||
//TODO flesh out Config
|
||||
type Config = ();
|
||||
fn language_name() -> String {
|
||||
"Schala".to_owned()
|
||||
|
@ -16,13 +16,6 @@ pub trait ProgrammingLanguageInterface {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO this is what I want
|
||||
/*
|
||||
struct Options<T> {
|
||||
lang_options: T
|
||||
}
|
||||
*/
|
||||
|
||||
pub struct ComputationRequest<'a, T> {
|
||||
pub source: &'a str,
|
||||
pub config: T,
|
||||
|
@ -6,6 +6,7 @@ fn main() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@annotations use the @ sigil
|
||||
|
||||
// variable expressions
|
||||
|
Loading…
Reference in New Issue
Block a user