Skip to content

kosiu/fortran-yaml-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran-yaml-c

This is YAML parser for Fortran matching the YAML 1.1 spec.

This package uses the C package libyaml to parse yaml documents, then stores the data in Fortran derived types created by fortran-yaml. Hence the name fortran-yaml-c.

Building

First, clone this repository

git clone --recursive https://github.com/Nicholaswogan/fortran-yaml-c.git

Next, navigate to the root directory of fortran-yaml-c. Finally, run the following commands to build with cmake and run the test and example.

mkdir build
cd build
cmake ..
cmake --build .
./test_yaml
./example

About

A YAML parser for Fortran

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 76.5%
  • C 15.6%
  • CMake 6.8%
  • Python 1.1%