Some additional notes

This commit is contained in:
Greg Shuflin 2021-10-21 10:45:14 -07:00
parent 4a366fda30
commit 3b5ebf92b4
3 changed files with 2 additions and 7 deletions

View File

@ -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()

View File

@ -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,

View File

@ -6,6 +6,7 @@ fn main() {
}
@annotations use the @ sigil
// variable expressions