Mark MzScheme as an experimental language
This commit is contained in:
parent
f7648051fd
commit
b4257fb1f2
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ static TargetLanguageModule modules[] = {
|
|||
{"-javascript", swig_javascript, "Javascript", Supported},
|
||||
{"-lua", swig_lua, "Lua", Supported},
|
||||
{"-modula3", NULL, "Modula 3", Disabled},
|
||||
{"-mzscheme", swig_mzscheme, "Mzscheme", Supported},
|
||||
{"-mzscheme", swig_mzscheme, "MzScheme/Racket", Experimental},
|
||||
{"-ocaml", swig_ocaml, "Ocaml", Supported},
|
||||
{"-octave", swig_octave, "Octave", Supported},
|
||||
{"-perl", swig_perl5, NULL, Supported},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue