Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Rework terminators (#6)
Browse files Browse the repository at this point in the history
* Rework terminators

* Delet

* Update .gitignore
  • Loading branch information
rjmholt authored Aug 2, 2019
1 parent 1a3b940 commit d8a0afa
Show file tree
Hide file tree
Showing 10 changed files with 199 additions and 32,834 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
node_modules
*.swp
build

# see https://stackoverflow.com/a/5534865
!src/
src/*
!src/scanner.c
19 changes: 19 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
34 changes: 0 additions & 34 deletions file.ps1

This file was deleted.

Loading

0 comments on commit d8a0afa

Please sign in to comment.