commits
- Removed the "unstable" section from deno.json.
- Updated import paths in example-toml.ts and example.ts to use the correct default-config.ts file.
- Updated .gitignore to include .config file.
- Revised README.md for usage instructions and kernel version specification.
- Modified build.ts to check for .config file and use a default configuration if not found.
- Introduced config.ts for parsing and serializing Linux kernel configuration files with Zod validation.
- Added config_test.ts for comprehensive testing of the configuration parser and serializer.
- Updated deno.json to include package metadata and dependencies.
- Updated deno.lock to reflect new dependencies for TOML and Zod libraries.
- Updated .gitignore to include .config file.
- Revised README.md for usage instructions and kernel version specification.
- Modified build.ts to check for .config file and use a default configuration if not found.
- Introduced config.ts for parsing and serializing Linux kernel configuration files with Zod validation.
- Added config_test.ts for comprehensive testing of the configuration parser and serializer.
- Updated deno.json to include package metadata and dependencies.
- Updated deno.lock to reflect new dependencies for TOML and Zod libraries.