Skip to content

πŸ“„ | Recursive descent parser | Abstract Syntax Trees | Tokenizer

Notifications You must be signed in to change notification settings

yazaldefilimone/letter.parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TypeScript Starter welcome! License License Stars Languages

JavaScript starter with vitest, prettier, eslint.
All the tools you need to build your project.

Features

  • ⚑️ Vitest 0.34
  • ⭐ Node 18
  • πŸ“ ESLint β€” To find and fix problems in your code
  • πŸ’– Prettier β€” Code Formatter for consistent style
  • 🐢 Husky β€” For running scripts before committing
  • πŸš“ Commitlint β€” To make sure your commit messages follow the convention
  • 🚫 lint-staged β€” Run ESLint and Prettier against staged Git files
  • βš™οΈ EditorConfig - Consistent coding styles across editors and IDEs

Development

To start the project locally, run:

  npm dev
  our
  yarn dev

Requirements

  • Node.js >= 18.13.0
  • npm our yarn

Scripts

  • yarn/npm dev β€” Starts the application in development mode.
  • yarn/npm build β€” Creates an optimized production build of your application.
  • yarn/npm start β€” Starts the application in production mode.
  • yarn/npm lint β€” Runs ESLint for all files.
  • yarn/npm format β€” Try format files use prettier.
  • yarn/npm lint:fix β€” Try fix files use eslint.
  • yarn/npm lint:all β€” Runs all lint scripts and format: npm run format && npm run lint:fix && npm run lint .
  • yarn/npm test β€” Runs test files without watch mode.
  • yarn/npm test:watch β€” Runs test files with watch mode.
  • yarn/npm test:ui β€” Run in browser UI views tests.
  • yarn/npm test:coverage β€” Runs test files with coverage report.

License

MIT Β© Yazalde Filimone

About

πŸ“„ | Recursive descent parser | Abstract Syntax Trees | Tokenizer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published