Skip to content

An engine for searching patterns in the source code, based on Unified AST or UST. At present time C#, Java, PHP, PL/SQL, T-SQL, and JavaScript are supported. Patterns can be described within the code or using a DSL.

License

Yikez978/PT.PM

 
 

Repository files navigation

PT.PM (PT Pattern Matching Engine)

PT Pattern Matching Engine, or PT.PM, is an engine for searching patterns in the source code. PT.PM is based on Unified Abstract Syntax Tree (UAST, UST). At present time C#, Java, PHP, PL/SQL, T-SQL, and JavaScript are supported. Patterns can be described within the code or using a domain-specific language (DSL).

Windows Build Status Linux Build Status
Windows Build Status Linux/Mac Build Status

NuGet and Artifacts

The last nightly packages can be found here: https://ci.appveyor.com/nuget/pt-pm-mk0aj1y5uned. See an article Using nightly build feed for custom package source adding.

Artifacts also available: https://ci.appveyor.com/project/KvanTTT/pt-pm/build/artifacts.

Documentation

See a wiki section and articles at PT.Doc.

License

PT.PM is authorized under the Attribution-NonCommercial 4.0 International (BY-NC) license. The source code and compiled files can be used for non-commercial projects.

About

An engine for searching patterns in the source code, based on Unified AST or UST. At present time C#, Java, PHP, PL/SQL, T-SQL, and JavaScript are supported. Patterns can be described within the code or using a DSL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 61.2%
  • JavaScript 33.2%
  • Java 3.8%
  • PLSQL 0.7%
  • ANTLR 0.4%
  • PHP 0.4%
  • Other 0.3%