Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove language extensions from main repository #146

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/vscode-plugin.yml

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
install:
@cargo install --path app

.PHONY: install-editor-plugin
install-editor-plugin:
@./scripts/install_vscode.sh

.PHONY: check
check: lint test

Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Xfunc Implementation
# Polarity

Extending De-/Refunctionalization to Dependent Types
A programming language with dependent data and codata types.
Installation instructions and the language documentation is available at [polarity-lang.github.io](https://polarity-lang.github.io/).

## Requirements

Expand All @@ -16,8 +17,6 @@ make install

By default, it gets installed to `~/.cargo/bin/xfunc`.

Optionally, if you have `npm` and VSCode installed, this will also build and install the VSCode extension.

## Quickstart

From the root of this repository, run:
Expand Down Expand Up @@ -49,8 +48,6 @@ xfunc --help
```text
├── app CLI application
├── examples Example code in the object language
├── ext/vim/syntax vim source code highlighting
├── ext/vscode VSCode extension
├── lang Language implementation
│ ├── lifting Lift local (co)matches to top-level definitions
│ ├── lowering Lowering concrete to (untyped) abstract syntax tree
Expand Down
22 changes: 0 additions & 22 deletions ext/vim/syntax/xfunc.vim

This file was deleted.

3 changes: 0 additions & 3 deletions ext/vscode/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions ext/vscode/.vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions ext/vscode/.vscodeignore

This file was deleted.

21 changes: 0 additions & 21 deletions ext/vscode/LICENSE

This file was deleted.

54 changes: 0 additions & 54 deletions ext/vscode/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions ext/vscode/language-configuration.json

This file was deleted.

Loading
Loading