jsonpiler 0.11.0

a Json syntax programming language for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub(crate) enum A64Sect {
  BssA,
  CString,
  DataA,
  Got,
  LaSym,
  StubHelper,
  Stubs,
  TextA,
}