Skip to content

Commit be71e85

Browse files
committed
docs: Reorder Contributing section in README.
1 parent 13ff08a commit be71e85

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,7 @@ See [BENCHMARKS.md](BENCHMARKS.md) for detailed performance comparisons.
528528

529529
---
530530

531-
## 🛠️ Contributing
532-
533-
We warmly welcome contribut## 🛣️ Roadmap
531+
## 🛣️ Roadmap
534532

535533
### v0.7.0 (Current - January 2026)
536534
**Status**: Released
@@ -546,27 +544,27 @@ We warmly welcome contribut## 🛣️ Roadmap
546544
- ✅ CLI tools and LSP foundation
547545
- ✅ Cross-platform support (Windows/Linux/macOS)
548546

549-
### v1.1.0 (Q1 2025)
547+
### v1.1.0 (Q1 2026)
550548
**Focus**: Enhanced Developer Experience & System APIs
551549
- 🚧 **Advanced Diagnostics**: Enhanced error reporting with **Column Tracking** and visual pointers (`^`) for precise debugging.
552550
- 🚧 **VS Code Tooling**: Implementation of **Snippets** and **Hover Support** (documentation tooltips) in the official extension.
553551
- 🚧 **System Standard Library**: Expansion of `std.fs` (File System I/O) and `std.sys` (Process args, exit codes, and env).
554552
- 🚧 **LSP Evolution**: Transition from foundation to a functional Language Server (Go-to-definition, basic autocomplete).
555553
- 🚧 **PRM Remote Support**: Enabling PRM to fetch and install packages directly from **GitHub repositories**.
556554

557-
### v1.2.0 (Q2 2025)
555+
### v1.2.0 (Q2 2026)
558556
**Focus**: Object-Oriented Programming & Ecosystem
559557
- 📋 Class-based OOP with inheritance and interfaces.
560558
- 📋 Access modifiers (`pub`, `priv`) and constructors/destructors.
561559
- 📋 **ProX Studio Alpha**: Initial fork of VS Code tailored for ProXPL development.
562560

563-
### v1.3.0 (Q3 2025)
561+
### v1.3.0 (Q3 2026)
564562
**Focus**: Advanced Features
565563
- 📋 Pattern matching and Algebraic Data Types (Enums).
566564
- 📋 Generics, Traits, and Type Parameters.
567565
- 📋 Option/Result types for robust error handling.
568566

569-
### v2.0.0 (Q4 2025+)
567+
### v2.0.0 (Q4 2026+)
570568
**Focus**: Concurrency & Integrated Tooling
571569
- 📋 **ProX Studio (Stable)**: A fully branded, dedicated IDE with integrated debugger, PRM GUI, and zero-config ProXPL environment.
572570
- 📋 Async/await, Green threads, and Actor model concurrency.
@@ -576,7 +574,11 @@ We warmly welcome contribut## 🛣️ Roadmap
576574
### Future Considerations
577575
- 📋 Memory safety guarantees (ownership/borrowing).
578576
- 📋 Compile-time reflection and metaprogramming.
579-
- 📋 Dedicated ProXPL Package Registry.ions! ProXPL is an excellent project for learning compiler design, language implementation, and systems programming.
577+
- 📋 Dedicated ProXPL Package Registry.
578+
579+
## 🛠️ Contributing
580+
581+
We warmly welcome contribut
580582

581583
### How to Contribute
582584

0 commit comments

Comments
 (0)