We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc8da2 commit 77d9fb2Copy full SHA for 77d9fb2
.gitignore
@@ -42,4 +42,4 @@ build/
42
# debug information files
43
*.dwo
44
45
-lattice_files/expand.yaml
+lattice_files/expand.pals.yaml
examples/yaml_reader.cpp
@@ -1,7 +1,7 @@
1
#include "../src/yaml_c_wrapper.h"
2
#include <iostream>
3
4
-// See ex.yaml for the example lattice file and expand.yaml for the output of this file.
+// See ex.pals.yaml for the example lattice file and expand.pals.yaml for the output of this file.
5
6
int main() {
7
// reading a lattice from a yaml file
lattice_files/ex.pals.yaml
@@ -15,4 +15,4 @@
15
direction: -1
16
- a_subline: # Item a_subline is repeated three times
17
repeat: 3
18
-- include: "include.yaml"
+- include: "include.pals.yaml"
lattice_files/include.yaml lattice_files/include.pals.yamllattice_files/include.yaml renamed to lattice_files/include.pals.yaml
0 commit comments