Skip to content

swakath/markdown2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown2html

This repository contains the source code and resources for a markdown to html converter using Flex, Bison and C++. The project was done as part of Software Systems Lab at IIT Delhi during my MTech program.

Dependencies

  • Flex 2.6, used for building lexer
  • Bison 3.0, used for building parser
  • C++ (g++ compiler 7.5.0 or above)
  • GTest, used for unit testing
  • CMake

Building and Usage

# Create a build directory inside markdown2html
mkdir build
cd build
cmake ..

# Usage
./markdown2html input.md output.html

Unit Testing

I have used Google Test framework for unit testing. gtest directory hosts all the unit testing related files. More details about GTest can be found here.

# Create a build directory inside gtest directory
mkdir build
cd build
cmake ..

# Testing usage
./converterUnitTest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published