Code complete fixes and changelog

This commit is contained in:
Zef Hemel
2023-10-04 17:14:24 +02:00
parent 371932e085
commit d8797aa805
9 changed files with 115 additions and 121 deletions
@@ -14,3 +14,7 @@ export function parseLanguage(
): Promise<ParseTree> {
return syscall("language.parseLanguage", language, code);
}
export function listLanguages(): Promise<string[]> {
return syscall("language.listLanguages");
}