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 {
|
impl ProgrammingLanguageInterface for Schala {
|
||||||
|
//TODO flesh out Config
|
||||||
type Config = ();
|
type Config = ();
|
||||||
fn language_name() -> String {
|
fn language_name() -> String {
|
||||||
"Schala".to_owned()
|
"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 struct ComputationRequest<'a, T> {
|
||||||
pub source: &'a str,
|
pub source: &'a str,
|
||||||
pub config: T,
|
pub config: T,
|
||||||
|
@ -6,6 +6,7 @@ fn main() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@annotations use the @ sigil
|
@annotations use the @ sigil
|
||||||
|
|
||||||
// variable expressions
|
// variable expressions
|
||||||
|
Loading…
Reference in New Issue
Block a user