Primitive.FileParser
0.20.0
dotnet add package Primitive.FileParser --version 0.20.0
NuGet\Install-Package Primitive.FileParser -Version 0.20.0
<PackageReference Include="Primitive.FileParser" Version="0.20.0" />
paket add Primitive.FileParser --version 0.20.0
#r "nuget: Primitive.FileParser, 0.20.0"
// Install Primitive.FileParser as a Cake Addin #addin nuget:?package=Primitive.FileParser&version=0.20.0 // Install Primitive.FileParser as a Cake Tool #tool nuget:?package=Primitive.FileParser&version=0.20.0
Primitive Team
The FileParser git clones a codebase and walks the file directories and applies the following analyzers to create Primitive Data Transfer Objects to be saved in a Sqlite DB that can be read by the Primitive display:
- Roslyn
- Clang
- IronPython
- ANTLR
- JavaC
Original Primitive Proxy Readme:
This application is specifically designed for the case where a user is only able to access source code resources on a secure VPN, and the user is using a standalone VR headset. The scheme is as follows:
- User connects their standalone VR headset to PC via USB
- User runs this application on their PC with the following parameters:
- Scraper Host: destination for scraper assets as installed on their network via docker
- Authentication: credentials that will allow user to make raw source requests to repo hosting service
- Serial port info (TBD)
- User launches Primitive on the standalone VR headset
- Primitive is configured to run in a Serial Port mode, so it prompts user to select the appropriate port (TBD)
- Primitive (running on the standalone VR headset) sends both HTTP and WebSocket web requests in the form of a request string to this Proxy application (running on the VPN connected PC), and this application returns the responses over the serial port.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- antlr-parser (>= 0.30.2)
- ClangSharpWrapper (>= 0.24.0)
- IronPythonWrapper (>= 0.26.0)
- LibGit2Sharp (>= 0.29.0)
- Primitive.RoslynWrapper (>= 0.28.0)
- PrimitiveCodebaseElements (>= 0.37.0)
- PrimitiveStackLayout (>= 0.14.0)
- System.Data.SQLite (>= 1.0.118)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Primitive.FileParser:
Package | Downloads |
---|---|
Primitive.FileParser.Runner
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.