Commit edc6976
committed
Repo Update
Initial commit - JetPascal v0.1.0
JetPascal is a Pascal-to-C++ transpiler written in Delphi that accelerates
Pascal code by transpiling to C++ and compiling with Zig. Includes:
- Complete Pascal parser built on DelphiAST
- Transpiler engine converting Pascal AST to C++/header pairs
- Build system integration with Zig toolchain
- Support for programs, units, and libraries
- Control structures (if/for/while/repeat/case/try/with)
- Memory management (New/Dispose/GetMem/FreeMem/ReallocMem)
- Built-in functions (WriteLn, ParamStr, Inc/Dec, array/set operations)
- Type system (records, arrays, enums, constants, primitives)
- Exception handling with try/except/finally blocks
- Project initialization and template generation1 parent 020be14 commit edc6976
File tree
219 files changed
+55580
-3
lines changed- bin
- res
- libs
- raylib
- inc
- pas
- std
- projects
- JPBench
- src
- raylib/core_basic_window
- src
- runtime
- tests
- docs
- media
- src
- bench_delphi
- cli
- compiler
- deps/DelphiAST
- FreePascalSupport
- SimpleParser
- tester
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
219 files changed
+55580
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments