Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

1A8 Release and Removal of CLI

Compare
Choose a tag to compare
@pksunkara pksunkara released this 30 Mar 17:22
· 273 commits to master since this release

This major release of snowcrash brings the implementation of Format 1A8 along with several breaking changes such as:

  • Removal of the command-line interface which is now moved to Drafter
  • Removal of Serialization from snowcrash. This has also been moved to Drafter
  • Removal of C-interface which has - as you guessed - moved to Drafter

Snowcrash is now essentially a C++ library which parses API Blueprint and has no interface to anything else other than another C++ program.

The implementation of 1A8 format of API Blueprint includes several new features in Snow Crash. A few of them are:

  • MSON Parser which parses MSON
  • C++ AST changes including the addition of C++ MSON AST