explain more

This commit is contained in:
Shautvast 2024-12-06 23:11:40 +01:00
parent e94671c85e
commit 036456d638
2 changed files with 13 additions and 15 deletions

View file

@ -36,3 +36,14 @@ What is it?
### Run
* npm run start
* the console has code completion, but right now it's limited: only once there is only 1 alternative,
you can press tab to complete.
* the interpreter is based on 'Lox' from the 'Crafting Interpreters' book.
* use `var` to declare a variable
* `print(...)` prints to the console
* statements must end with ';' (//TODO remove)
* not yet:
* loops
* branching

View file

@ -4,22 +4,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<title>szpakowski-lang</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:image:alt" content="">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
<meta name="description" content="szpakowski-lang">
</head>
<body>