V 0.0.1
Improvements
-
Header File Parsing Enhanced
- Header files are now parsed selectively. For instance, if you only use
Form
andGame
, only these headers will be parsed from the directories. - Header search paths now include folders from the
-i "..."
arguments. For instance, if-i "src/MyPapyrusFile.psc"
is specified, thesrc
folder is added to the search paths. - The default search path no longer includes
bin\papyrus-headers
. - The
bin\papyrus-headers
folder has been removed.
- Header files are now parsed selectively. For instance, if you only use
-
Updated
-i
Argument Handling- The
-i "..."
argument now supports both source directories and specific source files. For example:-i "src/MyPapyrusFile.psc"
.
- The
-
Improved Original Compiler Integration
- Arguments
-i
,-h
, and-o
are now passed to the original compiler more accurately when using the-original
flag.
- Arguments
-
Compatibility Enhancements
- Improved and fixed compatibility with the latest V compiler version V compiler da228e9 (weekly.2024.36).
-
New Arguments Added
- Added the
-check
argument. - Added the
-stats
argument.
- Added the
-
CI/CD and Benchmarking
Fixes
- Line Number Display Bug Fix
- Fixed the bug related to incorrect line number display.