Frontmatec.Interpreters.Pascal
1.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Frontmatec.Interpreters.Pascal --version 1.0.4
NuGet\Install-Package Frontmatec.Interpreters.Pascal -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Frontmatec.Interpreters.Pascal" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Frontmatec.Interpreters.Pascal" Version="1.0.4" />
<PackageReference Include="Frontmatec.Interpreters.Pascal" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Frontmatec.Interpreters.Pascal --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Frontmatec.Interpreters.Pascal, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Frontmatec.Interpreters.Pascal@1.0.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Frontmatec.Interpreters.Pascal&version=1.0.4
#tool nuget:?package=Frontmatec.Interpreters.Pascal&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Frontmatec.Interpreters
Pascal
Antlr
The pascal.g4
file is a modified version, based on this repository file on GitHub.
Modifications include:
programHeading
modified.block
modified.constantDefinitionPart
modified.typeDefinitionPart
removed.typeDefinition
removed.variableDeclarationPart
modified.statement
modified.EXOR
added.TYPE
removed.UNIT
removed.IDENT
modified.
To generate the C# parser, along with a visitor class, run the make-antlr.bat
script.
TODO
- IDENT ?".,;@/\&%*[{}]'!#$�<>
- Make antlr generated classes internal
- Refactor PascalInterpreter.Run to RunAsync with cancellationToken
- Declare function
- Declare procedure
- Stack overflow
- Arrays
- Return NIL instead of Boolean in context
- multidimensional arrays
- Add CancellationToken to context functions and procedures
- Attach/detach debugger
- Throw an exception when declaring a function or procedure if it already has been previously declared or exists in the context.
- remove dynamic code
- Type check in pacal parser
- Implement Text and Window types
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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Antlr4.Runtime.Standard (>= 4.13.1)
-
net9.0
- Antlr4.Runtime.Standard (>= 4.13.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.7 | 751 | 3 months ago |
1.0.6 | 455 | 4 months ago |
1.0.5 | 189 | 4 months ago |
1.0.4 | 191 | 4 months ago |
1.0.3 | 593 | 5 months ago |
1.0.2 | 112 | 8 months ago |
1.0.1 | 429 | 8 months ago |
1.0.0 | 184 | 9 months ago |
0.2.1 | 146 | 9 months ago |
0.2.0 | 115 | 9 months ago |
0.1.9 | 124 | 9 months ago |
0.1.8 | 130 | 9 months ago |
0.1.7 | 121 | 9 months ago |
0.1.6 | 122 | 9 months ago |
0.1.5 | 108 | 9 months ago |
0.1.4 | 109 | 9 months ago |
0.1.3 | 116 | 9 months ago |
0.1.2 | 104 | 9 months ago |
0.1.1 | 110 | 9 months ago |