Skip to content

Commit

Permalink
I have decided there will be no web version
Browse files Browse the repository at this point in the history
  • Loading branch information
falfiya committed Mar 23, 2024
1 parent f8df80f commit c34ffea
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .vscode/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

*Northeastern University Type Comments to typed/tacket*

## Example NEU Type Comments
This is a best-effort translator for Northeastern University Type Comments. It
supports templates, generic declarations, aliases, annotations, sum types, and functions.

## Usage

```
bin\neut2tr.exe filename.rkt
Converts NEU Type Comments to typed/racket and prints the result to stdout
bin\neut2tr.exe filename.rkt output.rkt
bin\neut2tr.exe filename.rkt -o output.rkt
bin\neut2tr.exe filename.rkt --out output.rkt
Converts NEU Type Comments to typed/racket and writes to output.rkt
```

## Example NEU Type Comments & Translation

### Enum

Expand Down
1 change: 0 additions & 1 deletion web/README.md

This file was deleted.

Empty file removed web/types.ts
Empty file.
12 changes: 0 additions & 12 deletions web/wasm.go

This file was deleted.

0 comments on commit c34ffea

Please sign in to comment.